Module kernel::common::memory
[−]
[src]
Kernel memory allocation
Structs
| Memory |
A wrapper around raw pointers |
Constants
| CLUSTER_ADDRESS | |
| CLUSTER_COUNT | |
| CLUSTER_SIZE |
Functions
| address_to_cluster | |
| alloc |
Allocate memory |
| alloc_aligned | |
| alloc_size | |
| alloc_type | |
| cluster | |
| cluster_init | |
| cluster_to_address | |
| memory_free | |
| memory_used | |
| realloc | |
| realloc_inplace | |
| set_cluster | |
| unalloc |