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

/ast/src/cmd/3d/
H A Dast.c106 #undef realloc macro
112 extern void* realloc(void*, size_t);
118 extern void* _ast_realloc(void* p, size_t n) { return realloc(p, n); }
/ast/src/lib/libast/include/
H A Dvmalloc.h197 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
246 #undef realloc macro
255 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
268 #define realloc(d,s) (_VMFL_(Vmregion), realloc((Void_t*)(d),(size_t)(s)) )
282 #define realloc(d,s) (_VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
/ast/src/lib/libast/vmalloc/
H A Dmalloc.c36 #define realloc ______realloc macro
66 #undef realloc macro
67 #define realloc _ast_realloc macro
157 #undef realloc macro
169 #undef realloc macro
176 #define realloc _ast_realloc macro
530 extern Void_t* realloc(reg Void_t* data, reg size_t size) function
532 extern Void_t* realloc(data,size)
569 #undef realloc /* let the native realloc() tak macro
911 #undef realloc macro
912 #define realloc macro
1023 #undef realloc macro
1068 #define realloc macro
[all...]
H A Dvmhdr.h76 #undef realloc macro
91 #define _std_malloc 1 /* use native malloc/free/realloc */
324 #undef realloc macro

Completed in 20 milliseconds