Skip to content
Snippets Groups Projects
Commit a08b11f3 authored by Craig Tiller's avatar Craig Tiller
Browse files

Dont track allocations if we are not going to use them

parent 1672b7e7
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,9 @@ class Library {
private:
Library() {
#ifdef GPR_LOW_LEVEL_COUNTERS
grpc_memory_counters_init();
#endif
init_lib_.init();
rq_ = grpc_resource_quota_create("bm");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment