| /external/webrtc/api/video/ |
| D | encoded_image.cc | 52 void EncodedImageBuffer::Realloc(size_t size) { in Realloc() function in webrtc::EncodedImageBuffer
|
| /external/pdfium/core/fxcrt/ |
| D | fx_memory_malloc.cpp | 42 void* Realloc(void* ptr, size_t num_members, size_t member_size) { in Realloc() function
|
| D | fx_memory_pa.cpp | 77 void* Realloc(void* ptr, size_t num_members, size_t member_size) { in Realloc() function
|
| /external/pigweed/pw_allocator/ |
| D | freelist_heap.cc | 124 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/ |
| D | spdy_simple_arena.cc | 30 char* SpdySimpleArena::Realloc(char* original, size_t oldsize, size_t newsize) { in Realloc() function in spdy::SpdySimpleArena
|
| D | spdy_simple_arena_test.cc | 108 TEST(SpdySimpleArenaTest, Realloc) { in TEST() argument
|
| /external/pigweed/pw_allocator/public/pw_allocator/ |
| D | freelist_heap.h | 69 void* Realloc(void* ptr, size_t size) { return heap_.Realloc(ptr, size); } in Realloc() function
|
| /external/libgav1/src/ |
| D | yuv_buffer.cc | 37 bool YuvBuffer::Realloc(int bitdepth, bool is_monochrome, int width, int height, in Realloc() function in libgav1::YuvBuffer
|
| D | buffer_pool.cc | 44 bool RefCountedBuffer::Realloc(int bitdepth, bool is_monochrome, int width, in Realloc() function in libgav1::RefCountedBuffer
|
| /external/llvm/unittests/ADT/ |
| D | SmallStringTest.cpp | 162 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
|
| /external/cronet/base/allocator/partition_allocator/shim/ |
| D | allocator_shim_default_dispatch_to_partition_alloc_unittest.cc | 166 TEST(PartitionAllocAsMalloc, Realloc) { in TEST() argument
|
| /external/libtextclassifier/native/utils/base/ |
| D | arena.cc | 487 char* UnsafeArena::Realloc(char* original, size_t oldsize, size_t newsize) { in AllocNewBlock() function in libtextclassifier3::UnsafeArena
|
| /external/tensorflow/tensorflow/tsl/platform/windows/ |
| D | port.cc | 123 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
|
| /external/tensorflow/tensorflow/tsl/platform/default/ |
| D | port.cc | 280 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
|
| /external/scudo/standalone/tests/ |
| D | wrappers_c_test.cpp | 161 TEST(ScudoWrappersCDeathTest, Realloc) { in TEST() argument
|
| /external/libchrome/base/process/ |
| D | memory_unittest.cc | 184 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
|
| /external/cronet/base/process/ |
| D | memory_unittest.cc | 224 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
|
| /external/cronet/base/allocator/partition_allocator/ |
| D | partition_root.h | 2175 PA_NOINLINE void* PartitionRoot<thread_safe>::Realloc(void* ptr, in Realloc() function
|
| D | partition_alloc_unittest.cc | 1595 TEST_P(PartitionAllocTest, Realloc) { in TEST_P() argument
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 330 TEST(MemorySanitizer, Realloc) { in TEST() argument
|