Expand description
Memory allocation APIs compatible with libc
Functions§
- free⚠Deallocates previously-allocated memory region referenced by
ptr
. - Allocates
size
bytes of uninitialized memory. - Resizes the previously-allocated memory region referenced by
ptr
tosize
bytes.