Home
last modified time | relevance | path

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

/titanic_41/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.c125 alloc_free(void *ptr, const char *fname, int line) in alloc_free() function
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c132 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 Dplatform.c89 alloc_free(p, NULL, 0); in topo_use_free()
103 alloc_free(p, NULL, 0); in alloc_nv_free()