Searched refs:g_module_collection_mutex (Results 1 – 1 of 1) sorted by relevance
112 static std::recursive_mutex *g_module_collection_mutex = nullptr; in GetAllocationModuleCollectionMutex() local113 if (g_module_collection_mutex == nullptr) in GetAllocationModuleCollectionMutex()114 g_module_collection_mutex = new std::recursive_mutex; // NOTE: known leak in GetAllocationModuleCollectionMutex()115 return *g_module_collection_mutex; in GetAllocationModuleCollectionMutex()