| 53 | } |
| 54 | |
| 55 | void force_default_enable_allocation_tracking(bool v) { |
| 56 | __atomic_store_n(&default_allocation_tracking, v, __ATOMIC_RELAXED); |
| 57 | } |
| 58 | |
| 59 | void settings_config_file::load_file(const std::string& filename) { |
| 60 | auto kv_map = parse_config_file(filename); |
no outgoing calls
no test coverage detected