所谓动态内存分配(Dynamic Memory Allocation)就是指在程序执行的过程中动态地分配或者回收存储空间的分配内存的方法。动态内存分配不象数组等静态内存分配方法那样需要预先分配存储空间,而是由系统根据程序的需要即时分配,且分配的大小就是程序要求的大小。
dynamic allocation memory 动态分配记忆体 ; 动态分配内存 Dynamic shared memory size 是否可以得到动态共享内存尺寸 Dynamic Video Memory Technology 动态显存分配技术 ; 动态显存技术 ...
基于12个网页-相关网页
从浏览器内存空间中分配内存。使用这个函数来动态分配内存。
NPN_MemFree requests that the browser free a specified block of memory. Use this function to free memory allocated with NPN_MemAlloc.
始终正确处理返回动态分配的内存引用的函数返回值。
Always properly handle return values of functions returning references of dynamically allocated memory.
对此没有硬性规定,因为内存是动态分配的,除非必需,否则不会用到。
There is no penalty for this, as the memory is allocated dynamically, and will not be used unless it is really needed.
Why not write the program in a way where you figure out dynamically when the program is run how much memory you need rather than hard coding in two with or within that constant.
为什么不写一个可以动态的方式写那个程序,程序可以动态分配内存,而不是用常量硬编码两个值。
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中的一块内存,它可以进行,动态内存分配。
应用推荐