Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/
Dfreelist_heap.cc116 void* FreeListHeap::Realloc(void* ptr, size_t size) { in Realloc() function in pw::allocator::FreeListHeap
/external/webrtc/api/video/
Dencoded_image.cc54 void EncodedImageBuffer::Realloc(size_t size) { in Realloc() function in webrtc::EncodedImageBuffer
/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/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/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/core/platform/windows/
Dport.cc121 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
/external/llvm-project/llvm/unittests/ADT/
DSmallStringTest.cpp194 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_c_test.cpp133 TEST(ScudoWrappersCTest, Realloc) { in TEST() argument
/external/scudo/standalone/tests/
Dwrappers_c_test.cpp156 TEST(ScudoWrappersCTest, Realloc) { in TEST() argument
/external/tensorflow/tensorflow/core/platform/default/
Dport.cc254 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
/external/libchrome/base/process/
Dmemory_unittest.cc184 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() 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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h547 void Realloc(uptr new_capacity) { in Realloc() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc330 TEST(MemorySanitizer, Realloc) { in TEST() argument
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp345 TEST(MemorySanitizer, Realloc) { in TEST() argument