heap_realloc
if (heap_realloc(heap, address, &newAddress, newSize, flags) == B_OK) {
if (heap_realloc(sGrowHeap, address, &newAddress, newSize, flags) == B_OK)
heap_realloc,
if (heap_realloc(heap, address, &newAddress, newSize) == B_OK) {