zig/lib/std/heap
Andrew Kelley 973e6c978c std: clean up GeneralPurposeAllocator memset code
The freeSlot function was only called once so I inlined the logic and
utilized some of the other locals that were in scope.
2020-08-25 19:48:39 -07:00
..
arena_allocator.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
general_purpose_allocator.zig std: clean up GeneralPurposeAllocator memset code 2020-08-25 19:48:39 -07:00
logging_allocator.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00