1
0
feito fork de xt-sys/exectos

Add runlevel verification to memory pool allocations

Esse commit está contido em:
2026-03-16 15:33:36 +01:00
commit 184ce5735e
3 arquivos alterados com 72 adições e 0 exclusões

Ver Arquivo

@@ -29,6 +29,10 @@
/* Memory manager pool type mask definition */
#define MM_POOL_TYPE_MASK 1
/* Bad pool caller reasons */
#define MM_POOL_INVALID_ALLOC_RUNLEVEL 8
#define MM_POOL_INVALID_FREE_RUNLEVEL 9
/* Number of reserved zeroed PTEs */
#define MM_RESERVED_ZERO_PTES 32