静态存储 meaning in Chinese
static storage
static store
Examples
- Guideline 1 can be ensured by type checking and throwing an error message if there is any static storage declaration in the function
准则1可以通过类型检查得到保证,如果在函数中有任何静态存储声明,则抛出错误消息。 - Instead , it is based on the idea that any nondead object must ultimately be traceable back to a reference that lives either on the stack or in static storage
任何还没有回收的对象肯定可以追溯到一个在堆栈存储空间或静态存储空间中的引用。