Home
last modified time | relevance | path

Searched refs:alloc_free (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dalloc.c123 alloc_free(void *ptr, const char *fname, int line) in alloc_free() function
H A Dalloc.h40 void alloc_free(void *ptr, const char *fname, int line);
49 #define FREE(ptr) alloc_free(ptr, __FILE__, __LINE__)
56 #define FREE(ptr) alloc_free(ptr, "???", __LINE__)
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c130 alloc_free((char *)ptr, fname, line); in alloc_realloc()
158 alloc_free(void *ptr, const char *fname, int line) in alloc_free() function
H A Dplatform.c89 alloc_free(p, NULL, 0); in topo_use_free()
103 alloc_free(p, NULL, 0); in alloc_nv_free()