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

/ast/src/cmd/3d/
H A Dast.c117 extern void* _ast_malloc(size_t n) { return malloc(n); } function
/ast/src/lib/libast/vmalloc/
H A Dmalloc.c60 #define malloc _ast_malloc
83 * if _map_malloc is also defined then _ast_malloc etc.
174 #define malloc _ast_malloc
1038 extern Void_t* F1(_ast_malloc, size_t,n) { return malloc(n); }
/ast/src/lib/libast/include/
H A Dvmalloc.h254 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) )

Completed in 42 milliseconds