Segment 2 is for stack and dynamic memory allocation.
段2预留给堆栈和动态内存分配。
An area of memory that is used for dynamic memory allocation.
一块被用作动态内存分配的内存区域。
Dynamic memory allocation (on the heap) is not necessarily contiguous.
动态内存分配(堆上)也不一定是连续的。
Copy constructor is needed only in the case of dynamic memory allocation?
拷贝构造函数只在需要的情况下动态内存分配吗?
Checkpoints that must be considered while working with dynamic memory allocation.
在使用动态内存分配时必须考虑的检查点。
So the heap is a chunk of memory in a computer's RAM that's conceptually allocated to what's called dynamic memory allocation.
堆是在计算机RAM中的一块内存,它可以进行,动态内存分配。
As for the difficulty of unsufficient internal memory capacity, it can be overcome by means of the dynamic memory allocation technique.
还采用动态存贮器分配技术解决了内存容量小的矛盾。
Moreover dynamic memory allocation is under the control of the programmer, which inevitably means that memory deallocation is the burden of the programmer.
此外,动态内存分配是程序员掌控,这必然意味着内存重分配成为了程序元的负担。
You can, for example, use a vector in much the same way as you would use an ordinary C array, except that vector eliminates the chore of managing dynamic memory allocation by hand.
举个例子,你可以使用vector就像使用普通的c数组,除了vector不能手工申请管理动态内存。
Based on the analysis of memory leak, the method overloads the allocation function and overrides the free function to store the allocation spot and trace the dynamic memory allocation.
方法在分析内存泄漏的基础上,通过重新实现动态内存分配和释放函数,记录内存分配的确切位置并跟踪动态内存的使用情况。
Dynamic segment allocation allows the additional segments to be used by user heap or Shared memory.
动态段分配让用户堆或共享内存可以使用额外的段。
Dynamic xmalloc debug (XMDBG) : This feature improves system reliability by improving the overall diagnostics capabilities of the allocation of memory.
动态的xmalloc调试(xmdbg):这种特性通过改进内存分配的整体诊断功能,提高了系统的可靠性。
Dynamic memory management of SACOS and implementations of allocation and garbage collection of heap which is the foundation of dynamic memory management are reported in detail.
描述了SACOS的动态内存管理,并给出了实现SACOS动态内存管理的基础-堆的分配与回收的详细过程。
Simulate dynamic partition management for main memory storage allocation and recovery.
模拟动态分区存储管理方式的主存分配与回收。
Simulate dynamic partition management for main memory storage allocation and recovery.
模拟动态分区存储管理方式的主存分配与回收。
应用推荐