| 释义 |
automatic storage allocation 自动存储分配 A mechanism for allocating space to data objects only for the duration of the execution of their scope. Automatic storage allocation is one form of dynamic stor age allocation; another form is program controlled storage allocation. 仅在数据对象的作用域的执行期间为数据对象自动分配空间的一种机制。它是动态存储 分配的一种形式,另一种形式是程序控制存储分配。 |