Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dfreelist_heap.h38 void* Realloc(void* ptr, size_t size) { in Realloc() function
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DCommandBufferStagingStream.h94 using Realloc = std::function<Memory(const Memory&, size_t)>; variable
/aosp_15_r20/external/webrtc/api/video/
H A Dencoded_image.cc52 void EncodedImageBuffer::Realloc(size_t size) { in Realloc() function in webrtc::EncodedImageBuffer
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_memory_malloc.cpp42 void* Realloc(void* ptr, size_t num_members, size_t member_size) { in Realloc() function
H A Dfx_memory_pa.cpp69 void* Realloc(void* ptr, size_t num_members, size_t member_size) { in Realloc() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_simple_arena.cc32 char* QuicheSimpleArena::Realloc(char* original, size_t oldsize, in Realloc() function in quiche::QuicheSimpleArena
H A Dquiche_simple_arena_test.cc108 TEST(QuicheSimpleArenaTest, Realloc) { in TEST() argument
/aosp_15_r20/art/runtime/
H A Dlinear_alloc-inl.h61 inline void* LinearAlloc::Realloc(Thread* self, in Realloc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DAttributes.h50 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
/aosp_15_r20/external/libgav1/src/
H A Dyuv_buffer.cc37 bool YuvBuffer::Realloc(int bitdepth, bool is_monochrome, int width, int height, in Realloc() function in libgav1::YuvBuffer
H A Dbuffer_pool.cc44 bool RefCountedBuffer::Realloc(int bitdepth, bool is_monochrome, int width, in Realloc() function in libgav1::RefCountedBuffer
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DAttributes.h52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
/aosp_15_r20/external/llvm/unittests/ADT/
H A DSmallStringTest.cpp162 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DAttributes.h51 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DAttributes.h51 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DAttributes.h51 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_default_dispatch_to_partition_alloc_unittest.cc169 TEST(PartitionAllocAsMalloc, Realloc) { in TEST() argument
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Darena.cc487 char* UnsafeArena::Realloc(char* original, size_t oldsize, size_t newsize) { in AllocNewBlock() function in libtextclassifier3::UnsafeArena
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dport.cc123 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dport.cc280 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
/aosp_15_r20/external/libchrome/base/process/
H A Dmemory_unittest.cc184 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
/aosp_15_r20/external/scudo/standalone/tests/
H A Dwrappers_c_test.cpp299 TEST_F(ScudoWrappersCDeathTest, Realloc) { in TEST_F() argument
/aosp_15_r20/external/cronet/base/process/
H A Dmemory_unittest.cc218 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_system_tests.cpp565 static void Realloc() { in Realloc() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_unittest.cc1649 TEST_P(PartitionAllocTest, Realloc) { in TEST_P() argument

12