summaryrefslogtreecommitdiff
path: root/src/memory.cpp
AgeCommit message (Collapse)Author
2023-09-07update memory assertsJonathan Bradley
2023-09-06cleanup naming conventions and header defsJonathan Bradley
2023-09-06move boilerplate bucket code to memory fileJonathan Bradley
2023-08-12CAFE_BABE macroJonathan Bradley
2023-08-08memory add flush functionJonathan Bradley
2023-08-08memory cleanup and track bucket transienceJonathan Bradley
We want to make sure that if a user calls PkeNew, the determined bucket is not a transient one.
2023-08-08memory assert bucket and check the ptr itselfJonathan Bradley
2023-08-08memory cleanup and require size for deleting the pointerJonathan Bradley
2023-08-08first pass memory bucketsJonathan Bradley