| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-14 | add pk.h and major pkmem refactor | Jonathan Bradley | |
| Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr | |||
| 2024-01-09 | refactor and simplify bucketed-array | Jonathan Bradley | |
| 2023-12-23 | add placeholder mutex to allocator | Jonathan Bradley | |
| 2023-12-23 | PkeThreads_Enqueue now takes a pointer to a task | Jonathan Bradley | |
| 2023-12-23 | assert then malloc fails | Jonathan Bradley | |
| 2023-12-13 | Buckets_NewHandle not growing because off by 1 | Jonathan Bradley | |
| 2023-12-12 | use specific types for handle indexes consistently | Jonathan Bradley | |
| 2023-12-11 | replace handles with union struct | Jonathan Bradley | |
| 2023-12-06 | expose if the contents of a bucket were moved | Jonathan Bradley | |
| 2023-11-28 | add a method to reset a memory bucket | Jonathan Bradley | |
| 2023-11-22 | resolves memory instability preventing pointer reuse | Jonathan Bradley | |
| 2023-11-21 | memory cleanup - still buggy | Jonathan Bradley | |
| 2023-11-21 | checkpoint - memory overhual including tests | Jonathan Bradley | |
| 2023-10-23 | memory manager now handles alignment | Jonathan Bradley | |
| 2023-10-20 | method names should match header | Jonathan Bradley | |
| 2023-10-13 | reuse freed space in buckets | Jonathan Bradley | |
| 2023-10-06 | Memory management - ctors and dtors | Jonathan Bradley | |
| 2023-10-06 | debug print memory buckets on shutdown | Jonathan Bradley | |
| 2023-09-07 | update memory asserts | Jonathan Bradley | |
| 2023-09-06 | cleanup naming conventions and header defs | Jonathan Bradley | |
| 2023-09-06 | move boilerplate bucket code to memory file | Jonathan Bradley | |
| 2023-08-12 | CAFE_BABE macro | Jonathan Bradley | |
| 2023-08-08 | memory add flush function | Jonathan Bradley | |
| 2023-08-08 | memory cleanup and track bucket transience | Jonathan Bradley | |
| We want to make sure that if a user calls PkeNew, the determined bucket is not a transient one. | |||
| 2023-08-08 | memory assert bucket and check the ptr itself | Jonathan Bradley | |
| 2023-08-08 | memory cleanup and require size for deleting the pointer | Jonathan Bradley | |
| 2023-08-08 | first pass memory buckets | Jonathan Bradley | |
