Update Xalloc configuration

This commit is contained in:
EnderIce2
2024-03-27 16:43:40 +02:00
parent 3d1ecc3db0
commit b8355ec455
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ typedef __SIZE_TYPE__ Xsize_t;
typedef __UINTPTR_TYPE__ Xuintptr_t;
#define Xalloc_StopOnFail true
#define Xalloc_MapPages true
#define Xalloc_MapPages false
#define Xalloc_PAGE_SIZE PAGE_SIZE
#define Xalloc_trace(m, ...) trace(m, ##__VA_ARGS__)
#define Xalloc_warn(m, ...) warn(m, ##__VA_ARGS__)