Home
last modified time | relevance | path

Searched defs:Realloc (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr_mini.cpp228 FX_LPVOID CFXMEM_Page::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize) in Realloc() function in CFXMEM_Page
369 FX_LPVOID CFXMEM_Pages::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize) in Realloc() function in CFXMEM_Pages
438 FX_LPVOID CFXMEM_Pool::Realloc(FX_LPVOID p, size_t oldSize, size_t newSize) in Realloc() function in CFXMEM_Pool
684 FX_LPVOID CFXMEM_FixedMgr::Realloc(FX_LPVOID p, size_t newSize) in Realloc() function in CFXMEM_FixedMgr
Dfx_basic_memmgr.cpp86 void* CFX_MemoryMgr::Realloc(void* p, size_t size, int flags) in Realloc() function in CFX_MemoryMgr
/external/pdfium/core/include/fxcrt/
Dfx_memory.h24 void* (*Realloc)(struct _FXMEM_SystemMgr* pMgr, void* pointer, size_t size, int flags); member
252 void* Realloc(void* p, size_t new_size) in Realloc() function
/external/chromium_org/base/process/
Dmemory_unittest.cc224 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
/external/chromium_org/net/socket_stream/
Dsocket_stream.cc84 void SocketStream::ResponseHeaders::Realloc(size_t new_size) { in Realloc() function in net::SocketStream::ResponseHeaders
/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAllocTest.cpp660 TEST(PartitionAllocTest, Realloc) in TEST() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc280 TEST(MemorySanitizer, Realloc) { in TEST() argument