Home
last modified time | relevance | path

Searched defs:Reallocate (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_allocator/public/pw_allocator/
Dallocator.h115 void* Reallocate(void* ptr, Layout new_layout) { in Reallocate() function
128 void* Reallocate(void* ptr, Layout old_layout, size_t new_size) { in Reallocate() function
/external/pigweed/pw_allocator/
Dlibc_allocator_test.cc60 TEST(LibCAllocatorTest, Reallocate) { in TEST() argument
Dtracking_allocator_test.cc308 TEST_F(TrackingAllocatorTest, Reallocate) { in TEST_F() argument
/external/webrtc/modules/remote_bitrate_estimator/
Dpacket_arrival_map.cc174 void PacketArrivalTimeMap::Reallocate(int new_capacity) { in Reallocate() function in webrtc::PacketArrivalTimeMap
/external/sandboxed-api/sandboxed_api/
Drpcchannel.cc84 absl::Status RPCChannel::Reallocate(void* old_addr, size_t size, in Reallocate() function in sapi::RPCChannel
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc113 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc539 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1366 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function