Unify naming convention for pool tracking structures

This commit is contained in:
2026-03-23 20:12:18 +01:00
parent 944d5b5c0a
commit 3c52b88802
5 changed files with 15 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ namespace MM
STATIC SIZE_T AllocationsTrackingTableMask;
STATIC SIZE_T AllocationsTrackingTableSize;
STATIC ULONG BigAllocationsInUse;
STATIC PPOOL_TRACKER_BIG_ALLOCATIONS BigAllocationsTrackingTable;
STATIC PPOOL_TRACKING_BIG_ALLOCATIONS BigAllocationsTrackingTable;
STATIC SIZE_T BigAllocationsTrackingTableHash;
STATIC KSPIN_LOCK BigAllocationsTrackingTableLock;
STATIC SIZE_T BigAllocationsTrackingTableSize;