package core.alloc.log
This allocator simply wraps another allocator and prints every allocation/deallocation made by that allocator.
logging_allocator :: (alloc: &Allocator) -> Allocator