Searched refs:PR_REALLOC (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h108 ** FUNCTION: PR_REALLOC()
110 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
117 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size))) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcmon.c137 PR_REALLOC(new_entries, added * sizeof(MonitorCacheEntry));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacio.c1658 *fullPath = PR_REALLOC(*fullPath, *strSize);
1661 tmpPath = PR_REALLOC(tmpPath, *strSize);
1831 *macPath = PR_REALLOC(*macPath, (strlen(*macPath) + strlen(unixPath) +
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c641 newBuffer = (char *) PR_REALLOC(attr->fdInheritBuffer, newSize);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprprf.c1068 newbase = (char*) PR_REALLOC(ss->base, newlen);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp1348 newbase = (PRUnichar*) PR_REALLOC(ss->base, newlen*sizeof(PRUnichar));

Completed in 56 milliseconds