Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c3293 INTERNAL_SIZE_T prevsize; /* size of previous contiguous chunk */ in _int_free() local
3338 prevsize = p->prev_size; in _int_free()
3339 size += prevsize; in _int_free()
3340 p = chunk_at_offset(p, -((long) prevsize)); in _int_free()
3438 INTERNAL_SIZE_T prevsize; local
3477 prevsize = p->prev_size;
3478 size += prevsize;
3479 p = chunk_at_offset(p, -((long) prevsize));