| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(MemoryManager): Implement M_std_tracked | Syndamia | 2026-05-12 | 1 | -0/+150 |
| | | | | | | Functions like M_std, but also tracks allocated and freed memory, allowing all allocated memory to be destroyed. | ||||
| * | feat: Implement hash table | Syndamia | 2026-05-12 | 1 | -0/+17 |
| | | |||||
| * | chore: Add safety checks and clean up code style | Syndamia | 2026-05-12 | 1 | -5/+20 |
| | | |||||
| * | feat!: Refactor using MemoryManager | Syndamia | 2026-05-12 | 1 | -0/+31 |
| The idea is to provide a universal memory management "API", through which you allocate and deallocate. This allows our implementations (for String and Vector) to be more generic. It does also allow usage of different allocators depending on situation. | |||||
