Searched refs:PR_Free (Results 1 - 25 of 46) sorted by relevance

12

/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/md/windows/
H A Dntsec.c143 PR_Free(_pr_nt_sids.owner);
146 PR_Free(_pr_nt_sids.group);
258 PR_Free(pSD);
261 PR_Free(pACL);
274 PR_Free(pSD);
277 PR_Free(pACL);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsValueArray.cpp90 PR_Free(mValueArray);
103 PR_Free(mValueArray);
249 PR_Free(mValueArray);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dforeign.c94 PR_Free(arg);
106 PR_Free(arg);
120 PR_Free(so);
133 PR_Free(so);
H A Dlibfilename.c79 PR_Free(pathname);
H A Dlock.c211 PR_Free(contention);
335 PR_Free(contention);
401 PR_Free(contention);
H A Dio_timeout.c183 PR_Free(info);
H A Dmultiacc.c238 PR_Free(serverThreads);
H A Dsel_spd.c271 if (data_buffer != NULL) PR_Free (data_buffer);
370 if (data_buffer != NULL) PR_Free (data_buffer);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprrwlock.c158 PR_Free(rwlock->rw_name);
188 PR_Free(rwlock->rw_name);
211 PR_Free(rwlock->rw_name);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsISupportsObsolete.h103 if (_member) PR_Free(_member); \
H A DnsTraceRefcntImpl.cpp179 PR_Free(item);
200 PR_Free(NS_REINTERPRET_CAST(serialNumberRecord*,he->value));
201 PR_Free(he);
215 PR_Free(he);
423 PR_Free(he);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfdcach.c171 PR_Free(fd->secret);
172 PR_Free(fd);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2poll.c229 PR_Free(socks);
378 PR_Free(socks);
H A Dos2thred.c209 PR_Free(pParams);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpratom.c354 PR_Free(stack->prstk_name);
374 PR_Free(stack->prstk_name);
H A Dprnetdb.c267 PR_Free(buf);
276 PR_Free(buf);
323 PR_Free(buf);
716 PR_Free(tmpbuf);
993 PR_Free(tmpbuf);
1160 PR_Free(tmpbuf);
2052 PR_Free(ai);
2119 PR_Free((PRAddrInfoFB *) ai);
2124 PR_Free((PRAddrInfoFB *) ai);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPTCStub.cpp75 PR_Free(iid_str);
115 PR_Free(iid_str);
155 PR_Free(iid_str);
174 PR_Free(iid_str);
296 PR_Free(iid_str);
1349 PR_Free(*variant);
1364 PR_Free(*variant);
1395 PR_Free(*variant);
1414 PR_Free(*variant);
1656 PR_Free(iid_st
[all...]
H A DnsJavaXPCOMBindingUtils.cpp497 PR_Free(iid_str);
555 PR_Free(iid_str);
591 PR_Free(iid_str);
627 PR_Free(iid_str);
716 PR_Free(iid_str);
749 PR_Free(iid_str);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c469 PR_Free(thred); /* all that work ... poof! */
546 PR_Free(thred->stack);
547 PR_Free(thred); /* all that work ... poof! */
883 PR_Free(thred->privateData);
885 PR_Free(thred->errorString);
886 PR_Free(thred->stack);
888 PR_Free(thred->syspoll_list);
891 PR_Free(thred->selectfd_list);
896 PR_Free(thred);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/
H A Dwinevent.c346 PR_Free( padevent );
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.cpp254 PR_Free(mData);
466 PR_Free(startDir);
962 PR_Free(decodedData);
1233 PR_Free(buf);
1255 PR_Free(buf);
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplhash.c82 PR_Free(item);
103 PR_Free(he);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp902 PR_Free(mLoaderData);
1377 PR_Free(contractID);
1379 PR_Free(className);
1671 PR_Free(buf);
1751 PR_Free(buf);
1781 PR_Free(buf);
1893 PR_Free(buf);
2614 PR_Free(buf);
2780 PR_Free(buf);
2991 PR_Free(bu
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/
H A DTestIPC.cpp157 PR_Free(str);

Completed in 101 milliseconds

12