Home
last modified time | relevance | path

Searched defs:MIN_CHUNK_MASK (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/lib/libc/stdlib/
H A Ddmalloc.c268 #define MIN_CHUNK_MASK (MIN_CHUNK_SIZE - 1) macro
H A Dnmalloc.c213 #define MIN_CHUNK_MASK (MIN_CHUNK_SIZE - 1) macro