/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ |
H A D | freelist_heap.h | 38 void* Realloc(void* ptr, size_t size) { in Realloc() function
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | CommandBufferStagingStream.h | 94 using Realloc = std::function<Memory(const Memory&, size_t)>; variable
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | encoded_image.cc | 52 void EncodedImageBuffer::Realloc(size_t size) { in Realloc() function in webrtc::EncodedImageBuffer
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | fx_memory_malloc.cpp | 42 void* Realloc(void* ptr, size_t num_members, size_t member_size) { in Realloc() function
|
H A D | fx_memory_pa.cpp | 69 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 D | quiche_simple_arena.cc | 32 char* QuicheSimpleArena::Realloc(char* original, size_t oldsize, in Realloc() function in quiche::QuicheSimpleArena
|
H A D | quiche_simple_arena_test.cc | 108 TEST(QuicheSimpleArenaTest, Realloc) { in TEST() argument
|
/aosp_15_r20/art/runtime/ |
H A D | linear_alloc-inl.h | 61 inline void* LinearAlloc::Realloc(Thread* self, in Realloc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Attributes.h | 50 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
|
/aosp_15_r20/external/libgav1/src/ |
H A D | yuv_buffer.cc | 37 bool YuvBuffer::Realloc(int bitdepth, bool is_monochrome, int width, int height, in Realloc() function in libgav1::YuvBuffer
|
H A D | buffer_pool.cc | 44 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 D | Attributes.h | 52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
|
/aosp_15_r20/external/llvm/unittests/ADT/ |
H A D | SmallStringTest.cpp | 162 TEST_F(SmallStringTest, Realloc) { in TEST_F() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Attributes.h | 51 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Attributes.h | 51 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Attributes.h | 51 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 D | allocator_shim_default_dispatch_to_partition_alloc_unittest.cc | 169 TEST(PartitionAllocAsMalloc, Realloc) { in TEST() argument
|
/aosp_15_r20/external/libtextclassifier/native/utils/base/ |
H A D | arena.cc | 487 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 D | port.cc | 123 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 D | port.cc | 280 void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); } in Realloc() function
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | memory_unittest.cc | 184 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | wrappers_c_test.cpp | 299 TEST_F(ScudoWrappersCDeathTest, Realloc) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | memory_unittest.cc | 218 TEST_F(OutOfMemoryDeathTest, Realloc) { in TEST_F() argument
|
/aosp_15_r20/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_system_tests.cpp | 565 static void Realloc() { in Realloc() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | partition_alloc_unittest.cc | 1649 TEST_P(PartitionAllocTest, Realloc) { in TEST_P() argument
|