Functions§
- Free previously allocated memory.
- Allocate
size
bytes. - Allocate
size
bytes aligned byalignment
. - Re-allocate memory to
newsize
bytes. - Re-allocate memory to
newsize
bytes, aligned byalignment
. - Allocate zero-initialized
size
bytes. - Allocate
size
bytes aligned byalignment
, initialized to zero.