Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dpacket_arrival_map.cc174 void PacketArrivalTimeMap::Reallocate(int new_capacity) { in Reallocate() function in webrtc::PacketArrivalTimeMap
/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