Searched refs:MALLOCALIGN_MASK (Results 1 – 3 of 3) sorted by relevance
44 heapbase = (void *)(((uintptr_t)base + MALLOCALIGN_MASK) & in setheap()45 ~MALLOCALIGN_MASK); in setheap()
69 #define MALLOCALIGN_MASK (MALLOCALIGN - 1) macro
80 #define MEMNODE_SIZE_MASK MALLOCALIGN_MASK