Searched defs:Realloc (Results 1 – 7 of 7) sorted by relevance
| /external/pdfium/core/src/fxcrt/ |
| D | fx_basic_memmgr_mini.cpp | 228 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
|
| D | fx_basic_memmgr.cpp | 86 void* CFX_MemoryMgr::Realloc(void* p, size_t size, int flags) in Realloc() function in CFX_MemoryMgr
|
| /external/pdfium/core/include/fxcrt/ |
| D | fx_memory.h | 24 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/ |
| D | memory_unittest.cc | 224 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
|
| /external/chromium_org/net/socket_stream/ |
| D | socket_stream.cc | 84 void SocketStream::ResponseHeaders::Realloc(size_t new_size) { in Realloc() function in net::SocketStream::ResponseHeaders
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| D | PartitionAllocTest.cpp | 660 TEST(PartitionAllocTest, Realloc) in TEST() argument
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 280 TEST(MemorySanitizer, Realloc) { in TEST() argument
|