mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Heap allocator is a buddy allocator that deals with power-of-two block sizes. Previously it referred to both a number of bytes and an order of magnitude as a 'size'. Rename functions and variables referring to orders of magnitude to 'order'. Tags: pedantry