|
BenBot 1.7.5
A chess engine
|
#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | util |
| namespace | util::memory |
Functions | |
| auto | util::memory::page_aligned_alloc (size_t size) -> void * |
| void | util::memory::page_aligned_free (void *mem) |
| void | util::memory::prefetch (const void *mem) |
This file provides some memory management utility functions.
Definition in file Memory.hpp.