|
Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
|
#include <configuration.h>
Data Fields | |
| size_t | block_size_magnitude |
| Magnitude of one block the arena hands out from. | |
Definition at line 111 of file configuration.h.
| 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.