Searched refs:MALLOCALIGN (Results 1 – 3 of 3) sorted by relevance
78 bytes += MALLOCALIGN + 1; in Malloc_align()80 bytes += MALLOCALIGN; in Malloc_align()104 return ((char *)res + MALLOCALIGN); in Malloc_align()113 Guard *res = (void *)((char *)ptr - MALLOCALIGN); in Free()141 ptr, res->ga_Bytes - MALLOCALIGN, file, line); in Free()184 Guard *g = (Guard *)((char *)ptr - MALLOCALIGN); in Realloc()186 old = g->ga_Bytes - MALLOCALIGN; in Realloc()
65 #define MALLOCALIGN 64 macro67 #define MALLOCALIGN 16 macro69 #define MALLOCALIGN_MASK (MALLOCALIGN - 1)
77 typedef char assert_align[(sizeof(struct MemNode) <= MALLOCALIGN) ? 1 : -1];117 dptr = (uintptr_t)(ptr + MALLOCALIGN); /* pointer to data */ in znalloc()118 aligned = (char *)(roundup2(dptr, align) - MALLOCALIGN); in znalloc()