Zig - ghdrako/doc_snipets GitHub Wiki
memory allocators
- https://www.youtube.com/watch?v=vHWiDx_l4V0&ab_channel=ZigSHOWTIME
 - https://www.youtube.com/watch?v=c0g3S_2QxWM&ab_channel=JorgeRodriguez
 - bump allocator
 - bump allocator with expandable memory (aka arena allocator)
 - testing allocator (very useful when you are writing tests because it will scream at you when your code has memory leaks)
 
memory layout of a C program