Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/malloc/
Dmemalign.c73 c->state = M_STATE_BRK; in __memalign()
76 n->state = M_STATE_BRK | M_STATE_USED; in __memalign()
Dmalloc.c463 w->state = M_STATE_BRK; in expand_heap()
599 split->state = M_STATE_BRK; in pretrim()
622 split->state = M_STATE_BRK; in trim()
1152 if (!(self->state & M_STATE_BRK)) a_crash(); in quarantine_contained()
1305 c->state = M_STATE_BRK; in __malloc_donate()
/third_party/musl/porting/linux/user/src/internal/
Dmalloc_impl.h118 #define M_STATE_BRK 0x02U macro