Garbage Collection

后端 未结 6 1801
暗喜
暗喜 2021-02-04 15:55

I am not able to understand few things on the Garbage collection.

Firstly, how is data allocated space ? i.e. on stack or heap( As per my knowledge, all static or globa

6条回答
  •  孤街浪徒
    2021-02-04 16:17

    Check out the book Garbage Collection: algorithms for automatic dynamic memory management.

提交回复
热议问题