Files
snmalloc/src/mem
Matthew Parkinson 23b4230f6a Fixed leak in free list.
If the first call to alloc uses the minimum size class, then we end up
leaking a whole page of allocations. We fill the small_fast_free_list,
in a call to build the message_queue. But this means the
small_fast_free_list[0] is not empty.  But the code was staying on the
slow path, and overwriting it.
2019-11-14 12:50:53 +00:00
..
2019-11-14 12:50:53 +00:00
2019-07-02 14:08:05 +01:00
2019-07-02 14:58:13 +01:00
2019-07-17 14:13:44 +01:00