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.
例如,有些軟件提供商可能選擇自我琯理的堆空間,而其他軟件提供商則依賴底層操作系統(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.
另外,由於連續分配的新對象在托琯堆中是連續存儲,所以應用程序可以快速訪問這些對象。 返回 managed heap