Crate libmimalloc_sys
source ·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
. - Return the available bytes in a memory block.
- Allocate zero-initialized
size
bytes. - Allocate
size
bytes aligned byalignment
, initialized to zero.