List<T> Visualizer

Visualize memory addresses and dynamic resizing in C# List<T>, then measure the cost on the real .NET runtime

Default: 0 (creates 4 on first add)

Count0
Capacity0

No Internal Array Yet

No internal array allocated

Add an item to trigger initial allocation

Internal State

steady

Ready. List stores items contiguously starting at 0x5000.

Operation Log

[19:01:00] List<T> initialized with no internal array (Capacity = 0).