Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmalloc.c4422 int nextinuse; /* true if nextchunk is used */ in _int_free() local
4608 nextinuse = inuse_bit_at_offset(nextchunk, nextsize); in _int_free()
4611 if (!nextinuse) { in _int_free()
4724 int nextinuse; in malloc_consolidate() local
4772 nextinuse = inuse_bit_at_offset(nextchunk, nextsize); in malloc_consolidate()
4774 if (!nextinuse) { in malloc_consolidate()