MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / force_default_enable_allocation_tracking

Function force_default_enable_allocation_tracking

src/common/settings.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

unified_shared_memoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected