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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h90 ** PR_NEW() allocates an untyped item of size _size from the heap.
98 ** FUNCTION: PR_NEW()
100 ** PR_NEW() allocates an item of type _struct from the heap.
105 #define PR_NEW(_struct) ((_struct *) PR_MALLOC(sizeof(_struct))) macro
144 ** PR_DELETE() unallocates an object previosly allocated via PR_NEW()
156 ** vial PR_NEW() or PR_NEWZAP(). If the pointer to the object is

Completed in 2028 milliseconds