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