Changed fill-column to 80, so more space for comments.

This commit is contained in:
2024-06-28 16:11:01 +01:00
parent 3a09beb582
commit 6014620baa
8 changed files with 92 additions and 112 deletions

View File

@@ -59,8 +59,7 @@ bool heap_free(heap_t *heap, page_t *page)
if (cur == page)
{
page_delete(cur);
// TODO: When does this fragmentation become a performance
// issue?
// TODO: When does this fragmentation become a performance issue?
DARR_AT(page_t *, heap->page_vec.data, i) = NULL;
return true;
}