realloc

Fiddle.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.

doc_ruby_on_rails
2015-04-06 04:52:21
Comments
Leave a Comment

Please login to continue.