summaryrefslogtreecommitdiff
path: root/source/fud_allocator.cpp
AgeCommit message (Collapse)Author
2025-01-04Various style fixes.HEADmasterDominick Allen
2024-11-02Allocator deallocate is void rather than returning FudStatus.Dominick Allen
2024-10-30Use std::byte* instead of void* for allocators.Dominick Allen
2024-10-25Get working string formatting for unsigned numbers.Dominick Allen
2024-10-17Rename InvalidInput to ArgumentInvalid.Dominick Allen
2024-10-16First crack at allocators.Dominick Allen