Size of one arena of locked memory. This is a compromise. Do not set this too low, as managing many arenas will increase allocation and deallocation overhead. Setting it too high allocates more locked memory from the OS than strictly necessary.
Synopsis
Declared in <support/lockedpool.h>
inline constexpr static
size_t ARENA_SIZE = {256*1024};
Created with MrDocs