Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Dencoded_image.cc52 void EncodedImageBuffer::Realloc(size_t size) { in Realloc() function in webrtc::EncodedImageBuffer
/external/pdfium/core/fxcrt/
Dfx_memory_malloc.cpp42 void* Realloc(void* ptr, size_t num_members, size_t member_size) { in Realloc() function
Dfx_memory_pa.cpp77 void* Realloc(void* ptr, size_t num_members, size_t member_size) { in Realloc() function
/external/pigweed/pw_allocator/
Dfreelist_heap.cc124 void* FreeListHeap::Realloc(void* ptr, size_t size) { in Realloc() function in pw::allocator::FreeListHeap
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_simple_arena.cc30 char* SpdySimpleArena::Realloc(char* original, size_t oldsize, size_t newsize) { in Realloc() function in spdy::SpdySimpleArena
Dspdy_simple_arena_test.cc108 TEST(SpdySimpleArenaTest, Realloc) { in TEST() argument
/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist_heap.h69 void* Realloc(void* ptr, size_t size) { return heap_.Realloc(ptr, size); } in Realloc() function
/external/libgav1/src/
Dyuv_buffer.cc37 bool YuvBuffer::Realloc(int bitdepth, bool is_monochrome, int width, int height, in Realloc() function in libgav1::YuvBuffer
Dbuffer_pool.cc44 bool RefCountedBuffer::Realloc(int bitdepth, bool is_monochrome, int width, in Realloc() function in libgav1::RefCountedBuffer
/external/llvm/unittests/ADT/
DSmallStringTest.cpp162 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim_default_dispatch_to_partition_alloc_unittest.cc166 TEST(PartitionAllocAsMalloc, Realloc) { in TEST() argument
/external/libtextclassifier/native/utils/base/
Darena.cc487 char* UnsafeArena::Realloc(char* original, size_t oldsize, size_t newsize) { in AllocNewBlock() function in libtextclassifier3::UnsafeArena
/external/tensorflow/tensorflow/tsl/platform/windows/
Dport.cc123 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
/external/tensorflow/tensorflow/tsl/platform/default/
Dport.cc280 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
/external/scudo/standalone/tests/
Dwrappers_c_test.cpp161 TEST(ScudoWrappersCDeathTest, Realloc) { in TEST() argument
/external/libchrome/base/process/
Dmemory_unittest.cc184 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
/external/cronet/base/process/
Dmemory_unittest.cc224 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
/external/cronet/base/allocator/partition_allocator/
Dpartition_root.h2175 PA_NOINLINE void* PartitionRoot<thread_safe>::Realloc(void* ptr, in Realloc() function
Dpartition_alloc_unittest.cc1595 TEST_P(PartitionAllocTest, Realloc) { in TEST_P() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc330 TEST(MemorySanitizer, Realloc) { in TEST() argument