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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DAlloc.h20 void *BigAlloc(size_t size);
27 #define BigAlloc(size) MyAlloc(size) macro
H A DAlloc.c95 void *BigAlloc(size_t size) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c246 ** Keeps track of the number of bytes allocated via the BigAlloc()
1809 /* clear the running total of the bytes allocated via BigAlloc() */
2601 static PRWord *BigAlloc(int cbix, PRInt32 bytes, int dub) function
2608 ** If the number of bytes allocated via BigAlloc() since the last GC
2914 BigAlloc(tix, bytes, dub) : BinAlloc(tix, bytes, dub);
2941 BigAlloc(tix, bytes, dub) : BinAlloc(tix, bytes, dub);
3146 p = BigAlloc(tix, bytes, 1);
3175 p = BigAlloc(tix, bytes, 1);

Completed in 96 milliseconds