Searched refs:ga_Bytes (Results 1 – 2 of 2) sorted by relevance
97 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()
72 size_t ga_Bytes; member