Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dzalloc_malloc.c73 Guard *res; in Malloc_align()
111 Guard *res = (void *)((char *)ptr - MALLOCALIGN); in Free()
176 Guard *g = (Guard *)((char *)ptr - MALLOCALIGN); in Realloc()
H A Dzalloc_defs.h71 typedef struct Guard { struct
74 } Guard; argument