Generally speaking Nim's collections allocate enough for 64 elements by default, so you can use that as an assumption of the memory allocations unless manually specified.
- Comprehensive knowledge on Nim memory management (MM) mardiyah
- Comprehensive knowledge on Nim memory management (MM) ElegantBeef