Searched refs:alloc_free (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dalloc.h42 void alloc_free(void *ptr, const char *fname, int line);
51 #define FREE(ptr) alloc_free(ptr, __FILE__, __LINE__)
58 #define FREE(ptr) alloc_free(ptr, "???", __LINE__)
H A Dalloc.c119 * alloc_free -- a free() with checks
125 alloc_free(void *ptr, const char *fname, int line) function
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c132 alloc_free((char *)ptr, fname, line);
154 * alloc_free -- a free() with checks
160 alloc_free(void *ptr, const char *fname, int line) function
H A Dplatform.c89 alloc_free(p, NULL, 0);
103 alloc_free(p, NULL, 0);

Completed in 62 milliseconds