Searched refs:alloc_free (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | alloc.h | 42 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 D | alloc.c | 125 alloc_free(void *ptr, const char *fname, int line) in alloc_free() function
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 132 alloc_free((char *)ptr, fname, line); in alloc_realloc() 160 alloc_free(void *ptr, const char *fname, int line) in alloc_free() function
|
H A D | platform.c | 89 alloc_free(p, NULL, 0); in topo_use_free() 103 alloc_free(p, NULL, 0); in alloc_nv_free()
|