Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_mm_config_t Struct Reference

#include <configuration.h>

Data Fields

size_t block_size_magnitude
 Magnitude of one block the arena hands out from.

Detailed Description

Definition at line 111 of file configuration.h.

Field Documentation

◆ block_size_magnitude

size_t srn_mm_config_t::block_size_magnitude

Magnitude of one block the arena hands out from.

The block size is 1 << block_size_magnitude bytes, a power of two by construction, so it is a whole number of pages on every platform whose page size it covers. Read at MM init.

Definition at line 116 of file configuration.h.


The documentation for this struct was generated from the following file: