From 2f7742acbeace74f09c8d7bb04cf127a84778712 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 13 Jan 2022 15:38:55 +0200 Subject: O(1) memory region node allocation --- include/apos/mem_regions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos') diff --git a/include/apos/mem_regions.h b/include/apos/mem_regions.h index af6dc52..a843141 100644 --- a/include/apos/mem_regions.h +++ b/include/apos/mem_regions.h @@ -20,7 +20,7 @@ struct mem_region { struct mem_region *next; struct mem_region *prev; - char flags; + vmflags_t flags; vm_t end; vm_t start; -- cgit v1.3