Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c3292 int nextinuse; /* true if nextchunk is used */ in _int_free() local
3346 nextinuse = inuse_bit_at_offset(nextchunk, nextsize); in _int_free()
3349 if (!nextinuse) { in _int_free()
3439 int nextinuse; local
3484 nextinuse = inuse_bit_at_offset(nextchunk, nextsize);
3486 if (!nextinuse) {