Searched defs:Realloc (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsMemory.cpp101 nsMemory::Realloc(void* ptr, PRSize size) function in class:nsMemory
106 return gMemory->Realloc(ptr, size);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.cpp412 nsRecyclingAllocatorImpl::Realloc(void *ptr, PRSize size) function in class:nsRecyclingAllocatorImpl
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsSubstring.cpp175 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 DnsMemoryImpl.cpp334 nsMemoryImpl::Realloc(void * ptr, PRSize size) function in class:nsMemoryImpl
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjidl.h991 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 Dobjidl.h991 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 403 milliseconds