Module libc_compat

Module libc_compat 

Source
Expand description

Memory allocation APIs compatible with libc

Functions§

free
Deallocates previously-allocated memory region referenced by ptr.
malloc
Allocates size bytes of uninitialized memory.
realloc
Resizes the previously-allocated memory region referenced by ptr to size bytes.