#"gpa" vs "allocator" as a parameter name
1 messages · Page 1 of 1 (latest)
allocator is pretty unclear, usually you’d want to use either gpa or arena
gpa for any kind of allocator, arena for functions that expect an allocator from an arena
Zig used to use just allocator everywhere, but like beartama said, people realized you could give more information with it