Home | History | Annotate | Download | only in tsan

Lines Matching full:realloc

72 extern "C" void* realloc(void *ptr, size_t size) {
73 return VG_(realloc)((HChar*)g_malloc_stack.Top(), ptr, size);