Home
last modified time | relevance | path

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

/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.h105 using Realloc = std::function<Memory(const Memory&, size_t)>; variable
/external/webrtc/api/video/
Dencoded_image.cc52 void EncodedImageBuffer::Realloc(size_t size) { in Realloc() function in webrtc::EncodedImageBuffer
/external/pigweed/pw_allocator/
Dfreelist_heap.cc123 void* FreeListHeap::Realloc(void* ptr, size_t size) { in Realloc() function in pw::allocator::FreeListHeap
/external/pdfium/core/fxcrt/
Dfx_memory_malloc.cpp42 void* Realloc(void* ptr, size_t num_members, size_t member_size) { in Realloc() function
Dfx_memory_pa.cpp69 void* Realloc(void* ptr, size_t num_members, size_t member_size) { in Realloc() function
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_simple_arena.cc32 char* QuicheSimpleArena::Realloc(char* original, size_t oldsize, in Realloc() function in quiche::QuicheSimpleArena
Dquiche_simple_arena_test.cc108 TEST(QuicheSimpleArenaTest, Realloc) { in TEST() argument
/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist_heap.h71 void* Realloc(void* ptr, size_t size) { return heap_.Realloc(ptr, size); } in Realloc() function
/external/libgav1/src/
Dyuv_buffer.cc37 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DAttributes.h52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
/external/llvm/unittests/ADT/
DSmallStringTest.cpp162 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_default_dispatch_to_partition_alloc_unittest.cc169 TEST(PartitionAllocAsMalloc, Realloc) { in TEST() 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/tsl/platform/windows/
Dport.cc123 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
/external/tensorflow/tensorflow/tsl/platform/default/
Dport.cc280 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/scudo/standalone/tests/
Dwrappers_c_test.cpp299 TEST_F(ScudoWrappersCDeathTest, Realloc) { in TEST_F() argument
/external/cronet/base/process/
Dmemory_unittest.cc224 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_alloc_unittest.cc1677 TEST_P(PartitionAllocTest, Realloc) { in TEST_P() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc330 TEST(MemorySanitizer, Realloc) { in TEST() argument