fn init(allocator: Allocator) BufMap
Create a BufMap backed by a specific allocator. That allocator will be used for both backing allocations and string deduplication.
allocator: Allocator,