Searched defs:malloc (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/3d/
H A Dast.c105 #undef malloc macro
111 extern void* malloc(size_t);
117 extern void* _ast_malloc(size_t n) { return malloc(n); }
/ast/src/lib/libast/include/
H A Dvmalloc.h25 /* Public header file for the virtual malloc package.
143 extern Vmalloc_t* Vmregion; /* malloc region */
196 extern Void_t* malloc _ARG_(( size_t ));
245 #undef malloc macro
254 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) ) macro
267 #define malloc(s) (_VMFL_(Vmregion), malloc((size_t)(s)) )
280 #define malloc(s) (_VMFL_(Vmregion), _VMNM_(mallo,/,*,*,/,c)\
/ast/src/lib/libast/vmalloc/
H A Dmalloc.c32 #define malloc ______malloc macro
50 #include <malloc.h>
59 #undef malloc macro
60 #define malloc _ast_malloc macro
82 * define _AST_std_malloc=1 to force the standard malloc
84 * will simply call malloc etc.
91 /* malloc compatibility functions
153 #undef malloc macro
162 #include <malloc.h>
167 #undef malloc macro
174 #define malloc macro
509 extern Void_t* malloc(reg size_t size) function
907 #undef malloc macro
908 #define malloc macro
1010 #undef malloc macro
1066 #define malloc macro
[all...]
H A Dvmhdr.h75 #undef malloc macro
91 #define _std_malloc 1 /* use native malloc/free/realloc */
322 #undef malloc macro

Completed in 12 milliseconds