Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c3291 INTERNAL_SIZE_T nextsize; /* its size */ in _int_free() local
3333 nextsize = chunksize(nextchunk); in _int_free()
3334 assert(nextsize > 0); in _int_free()
3346 nextinuse = inuse_bit_at_offset(nextchunk, nextsize); in _int_free()
3351 size += nextsize; in _int_free()
3380 size += nextsize; in _int_free()
3437 INTERNAL_SIZE_T nextsize; local
3474 nextsize = chunksize(nextchunk);
3484 nextinuse = inuse_bit_at_offset(nextchunk, nextsize);
3487 size += nextsize;
[all …]