Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1871 #define set_head(p, s) ((p)->size = (s)) macro
3041 set_head(victim, nb | PREV_INUSE); in _int_malloc()
3130 set_head(victim, nb | PREV_INUSE); in _int_malloc()
3219 set_head(victim, nb | PREV_INUSE); in _int_malloc()
3252 set_head(victim, nb | PREV_INUSE); in _int_malloc()
3368 set_head(p, size | PREV_INUSE); in _int_free()
3381 set_head(p, size | PREV_INUSE); in _int_free()
3496 set_head(p, size | PREV_INUSE);
3504 set_head(p, size | PREV_INUSE);
3765 set_head(newp, newsize|IS_MMAPPED); in _int_memalign()
[all …]
H A Darena.c237 set_head(top(a), (((char*)h + h->size) - ptr) | PREV_INUSE); in cvmx_new_arena()