Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dsbrk.c42 heapbase = (void *)(((uintptr_t)base + MALLOCALIGN_MASK) & in setheap()
43 ~MALLOCALIGN_MASK); in setheap()
H A Dzalloc_defs.h69 #define MALLOCALIGN_MASK (MALLOCALIGN - 1) macro
H A Dzalloc.c79 #define MEMNODE_SIZE_MASK MALLOCALIGN_MASK