Module haz_alloc_core::sys[][src]

Expand description

This module contains external functions that are provided by the user in order for the library to perform system actions such as page allocation.

Structs

Functions

Commit some memory.

Decommit some memory.

Reserve some memory.

Unreserve some memory.

Lock the given mutex. Mutexes are zero-initialized.

Unlock the given mutex.

Returns the page size. Does not need to be cached.

Attach the given callback to this thread, running it when the thread is destroyed.