Searched defs:MALLOC (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimports.h75 #define MALLOC(BYTES) _mesa_malloc(BYTES) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h121 * #define MALLOC your_malloc, where your_malloc(n) acts like malloc(n)
123 * appropriate. If MALLOC is undefined, malloc will be invoked
129 * suffices to get rid of MALLOC calls except for unusual cases,
212 #ifdef MALLOC
213 extern Char *MALLOC ANSI((size_t));
215 #define MALLOC malloc macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c174 * #define MALLOC your_malloc, where your_malloc(n) acts like malloc(n)
176 * appropriate. If MALLOC is undefined, malloc will be invoked
182 * suffices to get rid of MALLOC calls except for unusual cases,
262 #ifdef MALLOC
264 extern char *MALLOC();
266 extern void *MALLOC(size_t);
271 # define MALLOC RTMemAlloc macro
273 #define MALLOC malloc macro
599 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
608 rv = (Bigint*)MALLOC(le
[all...]

Completed in 39 milliseconds