Searched refs:MALLOCALIGN (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dzalloc_defs.h58 * MALLOCALIGN is at least as large as MemNode.
66 #define MALLOCALIGN 16 macro
H A Dzalloc_malloc.c59 bytes += MALLOCALIGN + 1;
61 bytes += MALLOCALIGN;
85 return((char *)res + MALLOCALIGN);
94 Guard *res = (void *)((char *)ptr - MALLOCALIGN);
113 panic("free: guard2 fail @ %p + %zu from %s:%d", ptr, res->ga_Bytes - MALLOCALIGN, file, line);
156 old = *(size_t *)((char *)ptr - MALLOCALIGN) - MALLOCALIGN;

Completed in 55 milliseconds