Clean errors in compilation when VERBOSE > 0

This commit is contained in:
2024-06-19 19:07:50 +01:00
parent 002b21b649
commit 11f79a84a3
4 changed files with 18 additions and 16 deletions

View File

@@ -72,6 +72,8 @@ typedef struct
darr_t page_vec;
} heap_t;
#define HEAP_SIZE(HEAP) ((HEAP).page_vec.used / sizeof(page_t *))
/**
@brief Instantiate a new heap structure