Populate pool tracking table with common allocation tags

This commit is contained in:
2026-05-23 17:40:40 +02:00
parent 53726b5743
commit a93ebbfb5b
2 changed files with 62 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ namespace MM
OUT PPFN_NUMBER PagesFreed);
STATIC XTAPI XTSTATUS FreePagedPoolPages(IN PVOID VirtualAddress,
OUT PPFN_NUMBER PagesFreed);
STATIC XTAPI VOID PopulateAllocationTags(VOID);
STATIC XTAPI VOID RegisterAllocationTag(IN ULONG Tag,
IN SIZE_T Bytes,
IN MMPOOL_TYPE PoolType);