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

/freebsd-12-stable/stand/libsa/
H A Dsbrk.c45 heapbase = (void *)(((uintptr_t)base + MALLOCALIGN_MASK) &
46 ~MALLOCALIGN_MASK);
H A Dzalloc_defs.h71 #define MALLOCALIGN_MASK (MALLOCALIGN - 1) macro
H A Dzalloc.c82 #define MEMNODE_SIZE_MASK MALLOCALIGN_MASK

Completed in 51 milliseconds