mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 23:44:22 +00:00
refactor: unglob std::unordered_map
This commit is contained in:
@@ -27,7 +27,7 @@ XALLOC_ATTRIBUTES ExpandAllocAttributes( _In_ LONGLONG dwAttributes )
|
||||
}
|
||||
|
||||
SIZE_T totalTracked = 0;
|
||||
unordered_map<uintptr_t, SIZE_T> tracker;
|
||||
std::unordered_map<uintptr_t, SIZE_T> tracker;
|
||||
static volatile bool memDump = false;
|
||||
static volatile bool memReset = false;
|
||||
static bool memDumpInit = false;
|
||||
|
||||
Reference in New Issue
Block a user