Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dzalloc_malloc.c97 res->ga_Bytes = bytes; in Malloc_align()
127 if (*((signed char *)res + res->ga_Bytes - 1) == -1) { in Free()
132 if (*((signed char *)res + res->ga_Bytes - 1) != -2) in Free()
134 ptr, res->ga_Bytes - MALLOCALIGN, file, line); in Free()
135 *((signed char *)res + res->ga_Bytes - 1) = -1; in Free()
138 bytes = res->ga_Bytes; in Free()
178 old = g->ga_Bytes - MALLOCALIGN; in Realloc()
H A Dzalloc_defs.h72 size_t ga_Bytes; member