Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dwrappers_std.cc17 void* Realloc(void* memory, size_t size) { return realloc(memory, size); } in Realloc() function
Dwrappers_starboard.cc14 void* Realloc(void* memory, size_t size) { in Realloc() function
/external/libgav1/libgav1/src/
Dyuv_buffer.cc36 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSmallStringTest.cpp162 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/external/libtextclassifier/native/utils/base/
Darena.cc485 char* UnsafeArena::Realloc(char* original, size_t oldsize, size_t newsize) { in AllocNewBlock() function in libtextclassifier3::UnsafeArena
/external/tensorflow/tensorflow/core/platform/windows/
Dport.cc113 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
/external/tensorflow/tensorflow/core/platform/default/
Dport.cc246 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
/external/scudo/standalone/tests/
Dwrappers_c_test.cpp132 TEST(ScudoWrappersCTest, Realloc) { in TEST() argument
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc442 void* PartitionRootGeneric::Realloc(void* ptr, in Realloc() function in pdfium::base::PartitionRootGeneric
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc330 TEST(MemorySanitizer, Realloc) { in TEST() argument