Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c205 #define FASTSLABREALLOC 0x02 macro
1011 _slabfree(big->base, FASTSLABREALLOC, &big); in _slabmemalign()
1150 _slabfree(big->base, FASTSLABREALLOC, &big); in _slaballoc()
1478 _slabfree(ptr, FASTSLABREALLOC, &big); in _slabrealloc()
1603 if (flags & FASTSLABREALLOC) { in _slabfree()