Lines Matching defs:malloc
32 #define malloc ______malloc
50 #include <malloc.h>
59 #undef malloc
60 #define malloc _ast_malloc
82 * define _AST_std_malloc=1 to force the standard malloc
84 * will simply call malloc etc.
91 /* malloc compatibility functions
153 #undef malloc
162 #include <malloc.h>
167 #undef malloc
174 #define malloc _ast_malloc
259 /* if getenv() calls malloc(), the options may not affect the eventual region */
509 extern Void_t* malloc(reg size_t size)
511 extern Void_t* malloc(size)
543 return malloc(size);
554 else if(Regmax > 0 && Vmregion == Vmheap && (addr = malloc(size)) )
712 if((ns = malloc(n+1)) )
798 r = malloc(size);
846 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); }
863 extern Void_t* F1(__malloc, size_t,n) { return malloc(n); }
880 extern Void_t* F1(__libc_malloc, size_t,n) { return malloc(n); }
907 #undef malloc
908 #define malloc ______malloc
918 #include <malloc.h>
995 * even though there is no malloc override, still provide
1010 #undef malloc
1011 extern Void_t* malloc _ARG_((size_t));
1038 extern Void_t* F1(_ast_malloc, size_t,n) { return malloc(n); }
1066 #define malloc ______malloc
1075 #include <malloc.h>
1406 /* slip in the new region now so that malloc() will work fine */
1435 /* this may wind up calling malloc(), but region is ok now */
1451 * to keep malloc() data by disabling free()