managed heap
常見例句
- The Garbage Collector runs in its own thread to remove unused memory from your program. It also compacts the managed heap each time it runs.
垃圾收集器以自己的線程運行,從程序里移除未使用的內存,每次運行時也壓縮托管堆。 - For example, some software providers may choose a self-managed heap space, while others rely on the underlying operating system (OS) for such functionality.
例如,有些軟件提供商可能選擇自我管理的堆空間,而其他軟件提供商則依賴底層操作系統(tǒng)(OS)來獲得這樣的功能。 - In addition, because new objects that are allocated consecutively are stored contiguously in the managed heap, an application can access the objects very quickly.
另外,由于連續(xù)分配的新對象在托管堆中是連續(xù)存儲,所以應用程序可以快速訪問這些對象。 返回 managed heap