dynamically allocated memory的意思|示意
动态分配内存
dynamically allocated memory的网络常见释义
动态分配的内存 在 C++ 程序中,最普遍使用的资源是 dynamically allocated memory(动态分配的内存)(如果你分配了内存却从不释放,就会导致 memory leak(内存泄漏)的后果),但是内存仅仅是很多你必须管理的资源中的一种。
dynamically allocated memory相关短语
1、 dynamically allocated memory bugs 动态内存分配错误
dynamically allocated memory相关例句
Internally the data referenced by the pointer is copied into dynamically allocated memory.
在内部,相关数据通过指针被拷贝到动态分贝的内存上。
Packratting: Consuming excessive memory by keeping dynamically allocated objects alive for longer than they are needed.
Packratting:由于长时间不及时释放动态分配的内存而消耗了过量的内存。
The data/heap region contains dynamically allocated memory and some globally accessible program data (for example, DB2 agent private memory).
data/heap 区域包含动态分配的内存和可全局访问的程序数据(例如 DB2 代理私有内存)。
The system can also dynamically decrease or increase the total amount of memory allocated to the SGA or aggregate PGA, depending on processing demands.
系统也会动态的减少或者增加分配给SGA或者PGA的内存总数,这个取决于具体处理的需要。
The third byte of this memory location further points to some other dynamically allocated memory location of 10 bytes, as shown in Figure 6.
该内存位置的第三个字节又指向某个动态分配的10字节的内存位置,如图6所示。
The data region includes both statically allocated memory (such as global and static data) and dynamically allocated memory (often called the heap).
数据区域同时包括静态分配的内存(比如全局和静态数据)和动态分配的内存(通常称为 堆)。