/external/pigweed/pw_allocator/ |
D | freelist_heap.cc | 116 void* FreeListHeap::Realloc(void* ptr, size_t size) { in Realloc() function in pw::allocator::FreeListHeap
|
/external/webrtc/api/video/ |
D | encoded_image.cc | 54 void EncodedImageBuffer::Realloc(size_t size) { in Realloc() function in webrtc::EncodedImageBuffer
|
/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/libgav1/src/ |
D | yuv_buffer.cc | 36 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/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/core/platform/windows/ |
D | port.cc | 121 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
|
/external/llvm-project/llvm/unittests/ADT/ |
D | SmallStringTest.cpp | 194 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | wrappers_c_test.cpp | 133 TEST(ScudoWrappersCTest, Realloc) { in TEST() argument
|
/external/scudo/standalone/tests/ |
D | wrappers_c_test.cpp | 156 TEST(ScudoWrappersCTest, Realloc) { in TEST() argument
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | port.cc | 254 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
|
/external/libchrome/base/process/ |
D | memory_unittest.cc | 184 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_alloc.cc | 442 void* PartitionRootGeneric::Realloc(void* ptr, in Realloc() function in pdfium::base::PartitionRootGeneric
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 547 void Realloc(uptr new_capacity) { in Realloc() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 330 TEST(MemorySanitizer, Realloc) { in TEST() argument
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 345 TEST(MemorySanitizer, Realloc) { in TEST() argument
|