View difference between Paste ID: bDzFPg7M and 3hkiiMqp
SHOW: | | - or go back to the newest paste.
1-
assert(
1+
assert( 
2
   (  old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) – __builtin_offsetof (struct malloc_chunk, fd))))
3
   && old_size == 0 )
4
5
|| (  (unsigned long)(old_size)
6
          >=
7-
        (unsigned long)(
7+
      (unsigned long)(
8-
	  (
8+
        (
9-
	   (
9+
	   (   (__builtin_offsetof (struct malloc_chunk, fd_nextsize))
10-
	      (__builtin_offsetof (struct malloc_chunk, fd_nextsize))
10+
             + ((2 * (sizeof(size_t))) – 1) )
11-
            + ((2 * (sizeof(size_t))) – 1)
11+
12-
	   ) 
12+
13
      )
14-
	  )
14+
15
   && ((old_top)->size & 0×1)
16
   && ((unsigned long)old_end & pagemask) == 0 )
17
);