Home
last modified time | relevance | path

Searched refs:next_bin (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/malloc/
Dmalloc.c1540 #define next_bin(b) ((mbinptr) ((char *) (b) + (sizeof (mchunkptr) << 1))) macro
4277 bin = next_bin (bin); in _int_malloc()
4289 bin = next_bin (bin); in _int_malloc()
/glibc-2.36/manual/
Dmemory.texi488 @c next_bin ok
/glibc-2.36/ChangeLog.old/
DChangeLog.116222 (next_bin, prev_bin): offset by size of real array elements.