Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libstand/
Dsbrk.c45 heapbase = (void *)(((uintptr_t)base + MALLOCALIGN_MASK) & in setheap()
46 ~MALLOCALIGN_MASK); in setheap()
Dzalloc_defs.h68 #define MALLOCALIGN_MASK (MALLOCALIGN - 1) macro
Dzalloc.c80 #define MEMNODE_SIZE_MASK MALLOCALIGN_MASK