Searched refs:PR_Realloc (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h53 #define PR_Realloc VBoxNsprPR_Realloc macro
67 ** PR_Malloc, PR_Calloc, PR_Realloc, and PR_Free have the same signatures
70 ** by PRUint32.) Memory allocated by PR_Malloc, PR_Calloc, or PR_Realloc
78 NSPR_API(void *) PR_Realloc(void *ptr, PRUint32 size);
84 ** PR_Malloc, PR_Calloc, PR_Realloc, and PR_Free.
117 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsValueArray.cpp166 reallocRes = (PRUint8*)PR_Realloc(mValueArray, (count + growBy) * mBytesPerValue);
254 PRUint8* reallocRes = (PRUint8*)PR_Realloc(mValueArray, count * mBytesPerValue);
H A DnsVoidArray.cpp186 char* bytes = (char *) PR_Realloc(mImpl,SIZEOF_IMPL(aSize));
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsMemoryImpl.cpp306 return PR_Realloc(ptr, size);
315 #define REALLOC1(p, s) PR_Realloc(p, s)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmem.c490 PR_IMPLEMENT(void *) PR_Realloc(void *ptr, PRUint32 size) function
516 ** The PR_Malloc, PR_Calloc, PR_Realloc, and PR_Free functions simply
550 PR_IMPLEMENT(void *) PR_Realloc(void *ptr, PRUint32 size) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c1700 poll = (PRPollDesc*)PR_Realloc(
1729 poll = PR_Realloc(
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.cpp282 mData = (Data*)PR_Realloc(mData, newAllocLength + sizeof(Data));
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp2910 nsLoaderdata *new_mLoaderData = (nsLoaderdata *) PR_Realloc(mLoaderData, (mMaxNLoaderData + NS_LOADER_DATA_ALLOC_STEP) * sizeof(nsLoaderdata));

Completed in 64 milliseconds