|
Lazuli
|
Memory management API. More...
#include <Lazuli/common.h>Go to the source code of this file.
Data Structures | |
| struct | AllocationMap |
| Represents a map of the allocated memory regions and useful memory handlers for a task or the kernel. More... | |
Functions | |
| void * | KIncrementalMalloc (const size_t size) |
| Allocate memory for kernel objects using incremental method. | |
| void | Memory_Copy (const void *source, void *destination, const size_t size) |
| Copy bytes from one location to another in main memory. | |
Memory management API.
Defines base types and operations for memory management.
Definition in file memory.h.
| void * KIncrementalMalloc | ( | const size_t | size | ) |
| void Memory_Copy | ( | const void * | source, |
| void * | destination, | ||
| const size_t | size | ||
| ) |