Searched defs:oldSize (Results 1 - 7 of 7) 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) { argument
|
H A D | unixgc.c | 117 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { 120 PRInt32 allocSize = newSize - oldSize; 123 addr = mmap(base + oldSize, allocSize, PROT_READ|PROT_WRITE|PROT_EXEC, 128 if (addr != (void*) (base + oldSize)) { 129 munmap(base + oldSize, allocSize); 143 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { argument
|
H A D | win32gc.c | 102 PRBool _MD_ExtendGCHeap(char *base, PRInt32 oldSize, PRInt32 newSize) { argument 105 addr = VirtualAlloc( base + oldSize, newSize - oldSize, 112 if (base + oldSize != (char*)addr) { 114 addr, base + oldSize)); 115 VirtualFree(addr, newSize - oldSize, MEM_DECOMMIT);
|
H A D | prmsgc.c | 581 PRInt32 oldSize, newSize; local 598 oldSize = sp->limit - sp->base; 599 newSize = oldSize + allocSize; 607 if (_MD_ExtendGCHeap(sp->base, oldSize, newSize)) { 608 oldHBits = (oldSize + PR_BYTES_PER_WORD - 1L) >> PR_BYTES_PER_WORD_LOG2; 616 memset(sp->base + oldSize, 0, allocSize); 625 cp = (GCFreeChunk *) (sp->base + oldSize);
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsSF.cpp | 106 int oldSize = fm.width (oneString); local 161 setText (aColumn, newSize < oldSize ? oneString : mTextList [aColumn]);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | VBoxFilePathSelectorWidget.cpp | 455 int oldSize = fontMetrics().width (fullText); local 487 return newSize < oldSize ? fullText : fullPath (false);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
Completed in 63 milliseconds