[][src]Module context_allocator::memory_sources::mmap

A memory map (mmap) based allocator with support for NUMA.

Modules

numa

NUMA memory mapping.

Structs

MemoryMapSource

This NUMA-aware memory source allocates memory-mapped data, optionally using NUMA policy to allocate on a memory node closest to the current thread.

Enums

HugePageSize

Request that an allocation uses huge pages.