An arena allocator is a memory allocation strategy that pre-allocates a large block of memory once, and can then hand out sub-allocations from that block sequentially. Bitena is are much faster than ...