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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h131 ** FUNCTION: PR_NEWZAP()
133 ** PR_NEWZAP() allocates an item of type _struct from the heap
139 #define PR_NEWZAP(_struct) ((_struct*)PR_Calloc(1, sizeof(_struct))) macro
145 ** or PR_NEWZAP() to the heap.
156 ** vial PR_NEW() or PR_NEWZAP(). If the pointer to the object is

Completed in 46 milliseconds