Crate libmimalloc_sys

source ·

Functions

Free previously allocated memory.
Allocate size bytes.
Allocate size bytes aligned by alignment.
Re-allocate memory to newsize bytes.
Re-allocate memory to newsize bytes, aligned by alignment.
Return the available bytes in a memory block.
Allocate zero-initialized size bytes.
Allocate size bytes aligned by alignment, initialized to zero.