Function twizzler_abi::alloc::global_realloc
source · [−]Expand description
Reallocate a region of memory. Acts like realloc.
Safety
The caller must prevent use-after-free and double-free for ptr, and it must track the returned memory properly as in global_alloc.