Construct the pool with an upper bound on retained memory.
Synopsis
Declared in <kernel/disconnected_transactions.h>
DisconnectedBlockTransactions(size_t max_mem_usage);
Parameters
Name |
Description |
max_mem_usage |
Maximum dynamic memory usage, in bytes, before trimming. |
Created with MrDocs