Clean errors in compilation when VERBOSE > 0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user