Comment on Nimrod by ExampleparentComments−Dewie12yNimrod's pointers to garbage collected memory are separate from the pointers you can allocate yourself.Does this mean that they use different heaps?−flaviu112yNo, they are on the same heap since the GC isn't a moving collector.−eudox12yThey probably use the same heap underneath.
Comments
Does this mean that they use different heaps?
No, they are on the same heap since the GC isn't a moving collector.
They probably use the same heap underneath.