Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/features/
H A Dvmalloc72 extern void __free(void* p) { }
81 extern void __free(p) char* p; { }
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c536 extern Void_t F1(__free, Void_t*,p) { free(p); } in F1() argument