Slide 54
Slide 54 text
After garbage collection, the size of
the python program likely won’t
shrink.
4 The freed memory is fragmented.
4 i.e. it's not freed in one continuous block.
4 When we say memory is freed during garbage collection, it’s released
back to Python to use for other objects, not necessarily to the system.
@nnja