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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h54 #define PR_Free VBoxNsprPR_Free macro
67 ** PR_Malloc, PR_Calloc, PR_Realloc, and PR_Free have the same signatures
71 ** must be freed by PR_Free.
80 NSPR_API(void) PR_Free(void *ptr);
84 ** PR_Malloc, PR_Calloc, PR_Realloc, and PR_Free.
150 #define PR_DELETE(_ptr) { PR_Free(_ptr); (_ptr) = NULL; }
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmem.c501 PR_IMPLEMENT(void) PR_Free(void *ptr) function
516 ** The PR_Malloc, PR_Calloc, PR_Realloc, and PR_Free functions simply
563 PR_IMPLEMENT(void) PR_Free(void *ptr) function

Completed in 62 milliseconds