Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1807 #define PREV_INUSE 0x1 macro
1829 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
3041 set_head(victim, nb | PREV_INUSE); in _int_malloc()
3130 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()
3472 size = p->size & ~(PREV_INUSE);
3496 set_head(p, size | PREV_INUSE);
3504 set_head(p, size | PREV_INUSE);
[all …]
H A Darena.c190 } else if(p->size == (0|PREV_INUSE)) {
237 set_head(top(a), (((char*)h + h->size) - ptr) | PREV_INUSE); in cvmx_new_arena()