Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h45 void my_free(void *, const char *, int);
73 #define free(a) my_free(a, __FILE__, __LINE__)
H A Ddebug_alloc.c149 my_free(void *addr, const char *file, int line) in my_free() function