Searched refs:_ast_free (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/3d/
H A Dast.c116 extern void _ast_free(void* p) { free(p); } function
/ast/src/lib/libast/vmalloc/
H A Dmalloc.c31 #define _ast_free ______free macro
57 #undef _ast_free macro
58 #define free _ast_free
173 #define free _ast_free
1037 extern Void_t F1(_ast_free, Void_t*,p) { free(p); }
/ast/src/lib/libast/include/
H A Dvmalloc.h257 #define free(d) (_VMFL_(Vmregion), _ast_free((Void_t*)(d)) )

Completed in 268 milliseconds