Remove mutex class and use std
This commit is contained in:
parent
69cdf43909
commit
f146ddd307
5 changed files with 5 additions and 22 deletions
|
|
@ -27,7 +27,7 @@ ualni HeapAllocGlobal::getNAllocations() { return 0; }
|
|||
|
||||
tp::MemHead* tp::HeapAllocGlobal::mEntry = nullptr;
|
||||
tp::ualni tp::HeapAllocGlobal::mNumAllocations = 0;
|
||||
tp::Mutex tp::HeapAllocGlobal::mMutex;
|
||||
std::mutex tp::HeapAllocGlobal::mMutex;
|
||||
bool tp::HeapAllocGlobal::mIgnore = true;
|
||||
|
||||
// ----------------------- Debug Implementation ---------------------------- //
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue