存储单元分配 meaning in Chinese
deallocation
Examples
- Pooled allocation : for similar objects , pre - allocate a pool of objects , and recycle unused objects
存储单元分配池:对于类似对象,预分配一个对象池,并回收无用的对象。 - Memory limit : set limits for each component and fail allocations that exceed the limits
内存限制:为每个组件限制它能够使用的最大内存,当超过界限时择存储单元分配失败。 - Garbage collection does indeed obviate the need for explicit resource deallocation , most of the time . i ll discuss some exceptions in a future column
大多数情况下,垃圾收集确实消除了显式资源存储单元分配( explicit resource deallocation )的必要(在以后的专栏中我将讨论一些例外) 。