Searched refs:_MD_ExtendGCHeap (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/ |
H A D | os2gc.c | 71 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { function
|
H A D | unixgc.c | 77 /* This static variable is used by _MD_GrowGCHeap and _MD_ExtendGCHeap */ 117 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { 143 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { function
|
H A D | win32gc.c | 102 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { function
|
H A D | prmsgc.c | 607 if (_MD_ExtendGCHeap(sp->base, oldSize, newSize)) {
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/ |
H A D | gcint.h | 122 extern PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize);
|
Completed in 326 milliseconds