BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
Memory.hpp File Reference
#include <cstddef>
Include dependency graph for Memory.hpp:

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)

Detailed Description

This file provides some memory management utility functions.

Definition in file Memory.hpp.