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

/freebsd-9.3-release/lib/libstand/
H A Dzalloc_defs.h62 size_t ga_Bytes; member in struct:Guard
H A Dzalloc_malloc.c80 res->ga_Bytes = bytes;
108 if (*((signed char *)res + res->ga_Bytes - 1) == -1) {
112 if (*((signed char *)res + res->ga_Bytes - 1) != -2)
113 panic("free: guard2 fail @ %p + %zu from %s:%d", ptr, res->ga_Bytes - MALLOCALIGN, file, line);
114 *((signed char *)res + res->ga_Bytes - 1) = -1;
117 bytes = res->ga_Bytes;

Completed in 45 milliseconds