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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h120 ** FUNCTION: PR_CALLOC()
122 ** PR_CALLOC() allocates a _size bytes untyped item from the heap
128 #define PR_CALLOC(_size) (PR_Calloc(1, (_size))) macro

Completed in 209 milliseconds