Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dzalloc_malloc.c99 res->ga_Bytes = bytes; in Malloc_align()
134 if (*((signed char *)res + res->ga_Bytes - 1) == -1) { in Free()
139 if (*((signed char *)res + res->ga_Bytes - 1) != -2) in Free()
141 ptr, res->ga_Bytes - MALLOCALIGN, file, line); in Free()
142 *((signed char *)res + res->ga_Bytes - 1) = -1; in Free()
145 bytes = res->ga_Bytes; in Free()
186 old = g->ga_Bytes - MALLOCALIGN; in Realloc()
H A Dzalloc_defs.h72 size_t ga_Bytes; member