mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-20 05:05:38 +00:00
Cleanup
This commit is contained in:
parent
69fd05cb55
commit
a0acea74c0
@ -54,13 +54,8 @@ static bool guarded_alloc_initialized = []
|
||||
|
||||
auto & opts = gwp_asan::options::getOptions();
|
||||
opts.Backtrace = getBackTrace;
|
||||
opts.MaxSimultaneousAllocations = 256; /// for testing
|
||||
GuardedAlloc.init(opts);
|
||||
|
||||
///std::cerr << "GwpAsan is initialized, the options are { Enabled: " << opts.Enabled
|
||||
/// << ", MaxSimultaneousAllocations: " << opts.MaxSimultaneousAllocations
|
||||
/// << ", SampleRate: " << opts.SampleRate << " }\n";
|
||||
|
||||
return true;
|
||||
}();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user