DL.realloc(addr, size)
Class Public methods
Change the size of the memory allocated at the memory location
addr
to size
bytes. Returns the memory address
of the reallocated memory, which may be different than the address passed
in.
Please login to continue.