Age | Commit message (Expand) | Author |
---|---|---|
2023-03-07 | THeap: Replace `heap_x{malloc,free}` with `operator {new,delete}` | mrb0nk500 |
2023-02-07 | THeap: Rename `aligned_size` -> `node_size` | mrb0nk500 |
2023-02-07 | THeap: Make `next_u8` const | mrb0nk500 |
2023-02-07 | THeap: Match `heap_alloc()` | mrb0nk500 |
2023-02-07 | THeap: Use `sizeof(heap_node)` instead of `heap_offset` | mrb0nk500 |
2023-02-07 | THeap: Match `THeap::THeap()` | mrb0nk500 |
2023-02-07 | THeap: Add, and make use of `heap_node` struct | mrb0nk500 |
2023-02-05 | THeap: Add stubs for `heap_x{free,malloc}()` | mrb0nk500 |
2023-02-05 | THeap: Add global heaps | mrb0nk500 |
2023-02-05 | THeap: Get `heap_alloc()`, and the constructor closer to matching | mrb0nk500 |
2023-02-04 | THeap: Add `THeap` class | mrb0nk500 |