Searched refs:Guard (Results 1 – 2 of 2) sorted by relevance
73 Guard *res; in Malloc_align()111 Guard *res = (void *)((char *)ptr - MALLOCALIGN); in Free()176 Guard *g = (Guard *)((char *)ptr - MALLOCALIGN); in Realloc()
71 typedef struct Guard { struct74 } Guard; argument