summaryrefslogtreecommitdiff
path: root/src/pso/THeap.cpp
AgeCommit message (Expand)Author
2023-02-07THeap: Rename `aligned_size` -> `node_size`mrb0nk500
2023-02-07THeap: Make `next_u8` constmrb0nk500
2023-02-07THeap: Match `heap_alloc()`mrb0nk500
2023-02-07THeap: Use `sizeof(heap_node)` instead of `heap_offset`mrb0nk500
2023-02-07THeap: Match `THeap::THeap()`mrb0nk500
2023-02-07THeap: Add, and make use of `heap_node` structmrb0nk500
2023-02-05THeap: Add stubs for `heap_x{free,malloc}()`mrb0nk500
2023-02-05THeap: Add global heapsmrb0nk500
2023-02-05THeap: Get `heap_alloc()`, and the constructor closer to matchingmrb0nk500
2023-02-04THeap: Add `THeap` classmrb0nk500