Searched refs:InternalRealloc (Results 1 – 4 of 4) sorted by relevance
93 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() function109 return InternalRealloc(addr, count * size, cache); in InternalReallocArray()
44 void *InternalRealloc(void *p, uptr size,
40 if (in_symbolizer()) return InternalRealloc(ptr, size); \
695 return InternalRealloc(p, size); in TSAN_INTERCEPTOR()