Dynamic memory allocation 双语例句
全部
1·Segment 2 is for stack and dynamic memory allocation.
段2预留给堆栈和动态内存分配。
2·An area of memory that is used for dynamic memory allocation.
一块被用作动态内存分配的内存区域。
3·Dynamic memory allocation (on the heap) is not necessarily contiguous.
动态内存分配(堆上)也不一定是连续的。
4·Copy constructor is needed only in the case of dynamic memory allocation?
拷贝构造函数只在需要的情况下动态内存分配吗?
5·Checkpoints that must be considered while working with dynamic memory allocation.
在使用动态内存分配时必须考虑的检查点。
6·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中的一块内存,它可以进行,动态内存分配。
7·As for the difficulty of unsufficient internal memory capacity, it can be overcome by means of the dynamic memory allocation technique.
还采用动态存贮器分配技术解决了内存容量小的矛盾。
8·Moreover dynamic memory allocation is under the control of the programmer, which inevitably means that memory deallocation is the burden of the programmer.
此外,动态内存分配是程序员掌控,这必然意味着内存重分配成为了程序元的负担。
9·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不能手工申请管理动态内存。
10·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.
方法在分析内存泄漏的基础上,通过重新实现动态内存分配和释放函数,记录内存分配的确切位置并跟踪动态内存的使用情况。
