Searched defs:Realloc (Results 1 - 6 of 6) 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);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
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");
|
/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.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.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 109 milliseconds