HomeSort by relevance Sort by last modified time
    Searched refs:Realloc (Results 1 - 20 of 20) sorted by null

  /external/pdfium/core/src/fxcrt/
mem_int.h 22 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);
fx_basic_memmgr.cpp 42 return ((FX_DefAllocator*)pAllocator)->m_pFoxitMgr->Realloc(p, size, 0);
86 void* CFX_MemoryMgr::Realloc(void* p, size_t size, int flags)
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);
fx_basic_memmgr_mini.cpp 53 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)
369 FX_LPVOID CFXMEM_Pages::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize)
373 return pPage->Realloc(p, oldSize, newSize);
438 FX_LPVOID CFXMEM_Pool::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize)
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_LPVOID p, size_t newSize)
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_memory.h 24 void* (*Realloc)(struct _FXMEM_SystemMgr* pMgr, void* pointer, size_t size, int flags);
252 void* Realloc(void* p, size_t new_size)
  /external/chromium_org/base/process/
memory_unittest.cc 233 TEST_F(OutOfMemoryDeathTest, Realloc) {
236 value_ = realloc(NULL, test_size_);
  /external/chromium_org/net/socket_stream/
socket_stream.h 225 void Realloc(size_t new_size);
socket_stream.cc 85 void SocketStream::ResponseHeaders::Realloc(size_t new_size) {
86 headers_.reset(static_cast<char*>(realloc(headers_.release(), new_size)));
877 tunnel_response_headers_->Realloc(tunnel_response_headers_capacity_);
    [all...]
  /external/chromium_org/tools/android/heap_profiler/
heap_profiler_unittest.cc 125 TEST_F(HeapProfilerTest, Realloc) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp 443 // Change the size of the realloc, remaining inside the same bucket.
451 // Change the size of the realloc, switching buckets.
454 // Check that the realloc copied correctly.
459 // source of the realloc. The condition can be detected by a trashing of
464 // The realloc moved. To check that the old allocation was freed, we can
471 // Downsize the realloc.
479 // Upsize the realloc to outside the partition.
487 // Upsize and downsize the realloc, remaining outside the partition.
499 // Downsize the realloc to inside the partition.
660 // Test the realloc() contract
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 280 TEST(MemorySanitizer, Realloc) {
281 S4 *x = (int*)Ident(realloc(0, sizeof(S4)));
284 x = (int*)Ident(realloc(x, 2 * sizeof(S4)));
287 x = (int*)Ident(realloc(x, 3 * sizeof(S4)));
291 x[2] = 1; // Init this here. Check that after realloc it is poisoned again.
292 x = (int*)Ident(realloc(x, 2 * sizeof(S4)));
295 x = (int*)Ident(realloc(x, 3 * sizeof(S4)));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h 618 virtual void *WINAPI Realloc(void *pv,SIZE_T cb) = 0;
631 void *(WINAPI *Realloc)(IMalloc *This,void *pv,SIZE_T cb);
646 #define IMalloc_Realloc(This,pv,cb) (This)->lpVtbl->Realloc(This,pv,cb)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 308 milliseconds