Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1868 #define set_head_size(p, s) ((p)->size = (((p)->size & SIZE_BITS) | (s))) macro
3582 set_head_size(oldp, nb ); in _int_realloc()
3664 set_head_size(newp, newsize); in _int_realloc()
3669 set_head_size(newp, nb ); in _int_realloc()
3773 set_head_size(p, leadsize); in _int_memalign()
3789 set_head_size(p, nb); in _int_memalign()