did a whole bunch of tests and watched the profiler like a hawk but couldn’t see any evidence that List actually generates any garbage at all, even if it’s a list of classes which are added, removed and sometimes the list is cleared.
Anyone have different findings, or is this a case where the ram usage will grow as the list grows, but nothing will be freed unless I null the list?