|
libclod
C library for interacting with NBTs, region files, LOD data and other things.
|
#include <clod/lib.h>Go to the source code of this file.
Functions | |
| size_t | clod_vm_page_size () |
| void * | clod_vm_alloc (size_t size) |
| Allocate virtual memory. | |
| void | clod_vm_free (void *ptr, size_t size) |
Methods relating to system virtual memory. For example, clod/memory.h uses this as a backend for allocation.
Definition in file vm.h.
| size_t clod_vm_page_size | ( | ) |