Cargo Features
[dependencies]
crndm = { version = "0.1.0", default-features = false, features = ["verbose", "concurrent_pools", "capture_footprint", "use_clflushopt", "no_persist", "cyclic_link_check", "no_flush_alloc", "no_flush_updates", "pthread"] }
- default = pthread, use_clflushopt
-
These default features are set whenever
crndm
is added without
somewhere in the dependency tree.default-features = false - verbose
-
Affects
buddy::debug_alloc
,buddy::debug_dealloc
… - concurrent_pools
- capture_footprint
-
Affects
pool::MemPool.footprint
… - use_clflushopt default
- use_clwb use_msync no_persist
- access_violation_check cyclic_link_check
- no_log_rc pin_journals no_flush_alloc
- display_all_flushes no_flush_updates
- pthread default
-
Affects
mutex::init_lock
…