Searched defs:reallocated (Results 1 – 4 of 4) sorted by relevance
167 void *const reallocated = realloc(ptr, size); in tracking_realloc() local
260 const void* reallocated = realloc(reinterpret_cast<void*>(ptr), size); in HandleReallocMsg() local
53 void **reallocated; in grow_vector() local
718 bool copy_data, bool &reallocated) { in AllocateStridedBuffer()