/external/v8/src/base/platform/ |
D | wrappers_std.cc | 17 void* Realloc(void* memory, size_t size) { return realloc(memory, size); } in Realloc() function
|
D | wrappers_starboard.cc | 14 void* Realloc(void* memory, size_t 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | SmallStringTest.cpp | 162 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
|
/external/libtextclassifier/native/utils/base/ |
D | arena.cc | 485 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 | 113 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | port.cc | 246 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
|
/external/scudo/standalone/tests/ |
D | wrappers_c_test.cpp | 132 TEST(ScudoWrappersCTest, Realloc) { in TEST() 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/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 330 TEST(MemorySanitizer, Realloc) { in TEST() argument
|