Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Ddmalloc.c229 enum { UNKNOWN, AVAIL, EMPTY, FULL } state; enumerator
855 slab->state = AVAIL; in memalloc()
867 slab->state = AVAIL; in memalloc()
1096 slab->state = AVAIL; in memfree()
1115 if (slab->navail == slab->nmax && slab->state == AVAIL) { in memfree()
1178 MASSERT(slab->state == AVAIL); in memfree()
1609 slab->state = AVAIL; in slabterm()