Files
snmalloc/src/mem
Matthew Parkinson 578abd8db4 Randomise slab allocation pattern (#304)
The slab allocation pattern is randomised based on the deallocation
pattern.  This achieved by using two queues to enqueue free elements
onto.  We pick "randomly", which queue to add to, and then when we take
the free_queue to use, we splice the two queues together.
2021-03-24 16:12:22 +00:00
..
2021-03-01 20:18:01 +00:00
2020-10-16 15:57:12 +01:00
2021-03-21 19:00:54 +00:00
2021-03-03 09:02:02 +00:00