method
realloc
v2_5_5 -
Show latest stable
- Class:
Fiddle
realloc(p1, p2)public
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.