BTreeMapImplementation.allocator

Memory manager used for allocating and deallocating memory. Refer to ocean.util.container.mem.MemManager for potential options.

struct BTreeMapImplementation(KeyType, ValueType, int tree_degree)
package
IMemManager allocator;

Meta