Remove per-CPU pool tracking tables

This commit is contained in:
2026-05-22 23:45:32 +02:00
parent 6f3b5b5e51
commit 71870cd178
5 changed files with 21 additions and 77 deletions

View File

@@ -117,9 +117,6 @@
/* Number of pool lists per page */
#define MM_POOL_LISTS_PER_PAGE (MM_PAGE_SIZE / MM_POOL_BLOCK_SIZE)
/* Number of pool tracking tables */
#define MM_POOL_TRACKING_TABLES 32
/* C/C++ specific code */
#ifndef __XTOS_ASSEMBLER__