Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c213 #define MIN_CHUNK_MASK (MIN_CHUNK_SIZE - 1) macro
214 #define IN_SAME_PAGE_MASK (~(intptr_t)PAGE_MASK | MIN_CHUNK_MASK)
H A Ddmalloc.c268 #define MIN_CHUNK_MASK (MIN_CHUNK_SIZE - 1) macro