realloc function
Implementation
MemoryPointer<RVoid> realloc(MemoryPointer oldPtr, int oldSize, int newSize)
=> $.Utils.realloc(oldPtr, oldSize, newSize);
MemoryPointer<RVoid> realloc(MemoryPointer oldPtr, int oldSize, int newSize)
=> $.Utils.realloc(oldPtr, oldSize, newSize);