Implement pool allocations and frees tracking
This commit is contained in:
committed by
CodingWorkshop Signing Team
parent
95a3b5d7e2
commit
caf0287135
@@ -268,8 +268,9 @@ MM::Manager::InitializeMemoryManager(VOID)
|
||||
/* Initialize PFN database */
|
||||
MM::Pfn::InitializePfnDatabase();
|
||||
|
||||
/* Initialize big allocations table */
|
||||
MM::Allocator::InitializeBigAllocationsTable();
|
||||
/* Initialize allocations tracking tables */
|
||||
MM::Allocator::InitializeAllocationsTracking();
|
||||
MM::Allocator::InitializeBigAllocationsTracking();
|
||||
|
||||
/* Initialize PFN bitmap */
|
||||
MM::Pfn::InitializePfnBitmap();
|
||||
|
||||
Reference in New Issue
Block a user