Searched defs:Reallocate (Results 1 – 8 of 8) sorted by relevance
| /external/pigweed/pw_allocator/public/pw_allocator/ |
| D | allocator.h | 115 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/ |
| D | libc_allocator_test.cc | 60 TEST(LibCAllocatorTest, Reallocate) { in TEST() argument
|
| D | tracking_allocator_test.cc | 308 TEST_F(TrackingAllocatorTest, Reallocate) { in TEST_F() argument
|
| /external/webrtc/modules/remote_bitrate_estimator/ |
| D | packet_arrival_map.cc | 174 void PacketArrivalTimeMap::Reallocate(int new_capacity) { in Reallocate() function in webrtc::PacketArrivalTimeMap
|
| /external/sandboxed-api/sandboxed_api/ |
| D | rpcchannel.cc | 84 absl::Status RPCChannel::Reallocate(void* old_addr, size_t size, in Reallocate() function in sapi::RPCChannel
|
| /external/compiler-rt/lib/lsan/ |
| D | lsan_allocator.cc | 113 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate() function
|
| /external/compiler-rt/lib/asan/ |
| D | asan_allocator.cc | 539 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { in Reallocate() function
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_allocator.h | 1366 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() function
|