Searched refs:Realloc (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr.cpp42 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Realloc(p, size, 0);
86 void* CFX_MemoryMgr::Realloc(void* p, size_t size, int flags) function in class:CFX_MemoryMgr
88 void* p1 = m_pSystemMgr->Realloc(m_pSystemMgr, p, size, flags);
123 return g_pDefFoxitMgr->Realloc(p, size, flags);
130 return g_pDefFoxitMgr->Realloc(p, size * unit, flags);
242 return ((CFX_GrowOnlyPool*)pAllocator)->Realloc(p, new_size);
246 return ((CFX_GrowOnlyPool*)pAllocator)->Realloc(p, new_size);
H A Dmem_int.h22 void* Realloc(void* p, size_t size, int flags);
148 FX_LPVOID Realloc(FX_LPVOID p, size_t oldSize, size_t newSize);
163 FX_LPVOID Realloc(FX_LPVOID p, size_t oldSize, size_t newSize);
182 FX_LPVOID Realloc(FX_LPVOID p, size_t oldSize, size_t newSize);
190 FX_LPVOID Realloc(FX_LPVOID p, size_t newSize);
H A Dfx_basic_memmgr_mini.cpp53 return ((CFXMEM_FixedMgr*)pMgr->user)->Realloc(pointer, size);
57 return ((CFXMEM_FixedMgr*)pMgr->user)->Realloc(pointer, size);
228 FX_LPVOID CFXMEM_Page::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize) function in class:CFXMEM_Page
369 FX_LPVOID CFXMEM_Pages::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize) function in class:CFXMEM_Pages
373 return pPage->Realloc(p, oldSize, newSize);
438 FX_LPVOID CFXMEM_Pool::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize) function in class:CFXMEM_Pool
443 return m_MidPages.Realloc(p, oldSize, newSize);
445 return m_pLargePage->Realloc(p, oldSize, newSize);
475 m_SystemMgr.Realloc = FixedRealloc;
684 FX_LPVOID CFXMEM_FixedMgr::Realloc(FX_LPVOI function in class:CFXMEM_FixedMgr
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h24 void* (*Realloc)(struct _FXMEM_SystemMgr* pMgr, void* pointer, size_t size, int flags); member in struct:_FXMEM_SystemMgr
252 void* Realloc(void* p, size_t new_size) function in class:CFX_GrowOnlyPool
/external/chromium_org/base/process/
H A Dmemory_unittest.cc233 TEST_F(OutOfMemoryDeathTest, Realloc) {
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.h225 void Realloc(size_t new_size);
H A Dsocket_stream.cc85 void SocketStream::ResponseHeaders::Realloc(size_t new_size) { function in class:net::SocketStream::ResponseHeaders
877 tunnel_response_headers_->Realloc(tunnel_response_headers_capacity_);
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_unittest.cc125 TEST_F(HeapProfilerTest, Realloc) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAllocTest.cpp661 TEST(PartitionAllocTest, Realloc)
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc280 TEST(MemorySanitizer, Realloc) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1057 milliseconds