|
cds
1.3.0
|
Option setter specifies system heap for large blocks. More...
#include <cds/memory/michael/options.h>
Option setter specifies system heap for large blocks.
If the block size requested is more that Michael's allocator upper limit then an allocator provided by system_heap option is called. By default, Michael's allocator can maintain blocks up to 64K bytes length; for blocks larger than 64K the allocator defined by this option is used.
Available HEAP implementations: