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);