Searched refs:Realloc (Results 1 - 13 of 13) sorted by relevance
| /vbox/src/libs/xpcom18a4/xpcom/glue/ |
| H A D | nsMemory.cpp | 101 nsMemory::Realloc(void* ptr, PRSize size) function in class:nsMemory 106 return gMemory->Realloc(ptr, size);
|
| H A D | nsMemory.h | 67 static NS_COM void* Realloc(void* ptr, size_t size);
|
| /vbox/src/libs/xpcom18a4/xpcom/ds/ |
| H A D | nsAutoBuffer.h | 97 newBuffer = (T*)nsMemory::Realloc((void *)mBufferPtr, inElemCapacity * sizeof(T));
|
| H A D | nsRecyclingAllocator.cpp | 412 nsRecyclingAllocatorImpl::Realloc(void *ptr, PRSize size) function in class:nsRecyclingAllocatorImpl
|
| /vbox/src/libs/xpcom18a4/xpcom/string/src/ |
| H A D | nsSubstring.cpp | 175 static nsStringHeader* Realloc(nsStringHeader* hdr, size_t size) function in class:nsStringHeader 177 STRING_STAT_INCREMENT(Realloc); 182 NS_ASSERTION(!hdr->IsReadonly(), "|Realloc| attempted on readonly string");
|
| H A D | nsTSubstring.cpp | 106 nsStringHeader *newHdr = nsStringHeader::Realloc(hdr, storageSize);
|
| /vbox/src/libs/xpcom18a4/xpcom/io/ |
| H A D | nsSegmentedBuffer.cpp | 81 char** newSegArray = (char**)nsMemory::Realloc(mSegmentArray, bytes); 146 (char*)mSegAllocator->Realloc(mSegmentArray[last], newSize);
|
| /vbox/src/VBox/Main/glue/xpcom/ |
| H A D | helpers.cpp | 158 newBuffer = (unsigned int*)nsMemory::Realloc((void*)*pbstr,
|
| /vbox/src/libs/xpcom18a4/xpcom/base/ |
| H A D | nsMemoryImpl.cpp | 334 nsMemoryImpl::Realloc(void * ptr, PRSize size) function in class:nsMemoryImpl
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | objidl.idl | 176 LPVOID Realloc(
|
| H A D | objidl.h | 991 virtual LPVOID STDMETHODCALLTYPE Realloc( 1029 LPVOID (STDMETHODCALLTYPE *Realloc)( member in struct:IMallocVtbl 1062 #define IMalloc_Realloc(This,pv,cb) (This)->lpVtbl->Realloc(This,pv,cb)
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | objidl.idl | 176 LPVOID Realloc(
|
| H A D | objidl.h | 991 virtual LPVOID STDMETHODCALLTYPE Realloc( 1029 LPVOID (STDMETHODCALLTYPE *Realloc)( member in struct:IMallocVtbl 1062 #define IMalloc_Realloc(This,pv,cb) (This)->lpVtbl->Realloc(This,pv,cb)
|
Completed in 116 milliseconds