|
f46e72b0ca
|
Forgot to remove extraneous println's from MemArena.
Also updated MemArena documentation.
|
2017-04-10 00:50:51 -07:00 |
|
|
0672db3a46
|
Fixed some typos and formatting in mem_arena.
|
2017-04-10 00:32:34 -07:00 |
|
|
66eb01947f
|
Improve MemArena to only do a large alloc if it doesn't fit in the current block.
|
2017-04-10 00:25:10 -07:00 |
|
|
e9e202933f
|
Assembly type now partially uses MemArena.
|
2017-04-09 18:27:01 -07:00 |
|
|
a8bea5c09d
|
Made MemArena so it will actually work for multiple allocations.
Silly mistake.
|
2017-04-09 17:29:42 -07:00 |
|
|
662f02a78d
|
Derive Debug for MemArena.
|
2017-04-09 16:30:16 -07:00 |
|
|
276e3d361b
|
Renamed Arena to MemArena. Less ambiguous.
|
2017-04-09 16:22:34 -07:00 |
|
|
6f043b575a
|
Implemented a basic memory arena in a sub-crate.
|
2017-04-09 15:53:06 -07:00 |
|