Searched refs:next_bin (Results 1 – 3 of 3) sorted by relevance
1540 #define next_bin(b) ((mbinptr) ((char *) (b) + (sizeof (mchunkptr) << 1))) macro4277 bin = next_bin (bin); in _int_malloc()4289 bin = next_bin (bin); in _int_malloc()
488 @c next_bin ok
6222 (next_bin, prev_bin): offset by size of real array elements.