动态内存
- 网络dynamic memory;dram
-
Linux平台下基于源代码插装的动态内存检测
Dynamic Memory Testing Based on Source Code Instrumentation on Linux Platform
-
Linux下可执行文件的动态内存检测设计与实现
Design and Implementation of Executable Files Dynamic Memory Test Tool on Linux NC Platform
-
Linux下面向函数的动态内存泄漏监测
Function Oriented Memory Leak Detection Under Linux Operating System
-
作者设计了可以进行动态内存分配的运行于MPI平台下的并行程序。
A parallel program running on the MPI platform was developed , featuring dynamical memory-allocating .
-
文章采用反射和开放编译技术,对开放编译器OpenC++进行了扩展与改进,设计并实现了一个C/C++动态内存泄漏检测工具,以帮助开发和测试人员查找内存泄漏。
In this paper , a dynamic memory leak detector for C or C + + program based on the techniques of reflection and open compiler is designed and implemented , to help engineers find memory leaks .
-
堆是在计算机RAM中的一块内存,它可以进行,动态内存分配。
So the heap is a chunk of memory in a computer 's RAM that 's conceptually allocated to what 's called dynamic memory allocation .
-
举个例子,你可以使用vector就像使用普通的c数组,除了vector不能手工申请管理动态内存。
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 .
-
阐述了Java的动态内存机制和引用,以及利用Java的引用实现链表和树这两种经典的链式数据结构。
This paper illuminates the dynamic EMS memory theory of Java and the conception of " reference ", and how to implement the " LIST " and " TREE " linked data structure with the reference of Java .
-
在此图形建模方法的基础上,基于Windows.netFramework,使用C中的Windows编程技术,并采用了多线程技术、动态内存分配技术等编程技术,生成了配电网图形数据库一体化系统。
A graphic database integration system of distribution network has been implemented based the method of graphic modeling above mentioned , which using Visual C # , based on Windows . NET Framework , adopting the technology of multi-thread and dynamic memory distribution .
-
分析了CORBA开发中的-var灵巧指针,示例说明了它的特点与不足,最后讨论了CORBA的本地动态内存管理。
This paper introduces the smart pointer type of var in CORBA . Some examples are illustrated to show its features and limitations . At last , dynamic management of local memory in CORBA is detailed .
-
针对内存管理和使用的各类错误,设计并实现一个基于Linux的动态内存检测模块,可以对源码程序检测出内存泄漏、内存写溢出、野指针操作和内存管理函数的不匹配等问题。
For all sorts of errors of dynamic memory usage , a dynamic memory detection module based on Linux is designed and implemented , which can detect memory leak , writing overflow , manipulation of wild pointer and mismatching usage of memory functions .
-
无操作系统支持的嵌入式系统软件,包括系统引导(BOOT)、驱动程序、动态内存管理、IO、通信以及应用软件等方面。
Programming C on ARM embedded platform is a complicated project . Modules including system boot , drivers , dynamic memory management , I / O interface , communications and applications should be considered carefully .
-
ARTs-OS系统中使用的动态内存分配算法有Slab算法,适合对内核堆小块内存的分配和释放;还有伙伴算法,用于对页面的管理,大块内存的分配和释放。
The dynamic storage allocation algorithm of the ARTs-OS include slab algorithm which is used to allocate and release of small memory blocks , and buddy system which is used of big memory blocks .
-
EBCOT采用的并行运算和动态内存控制(DMC)结构,在保证编码速度的前提下,最大限度减小了片内小波系数缓存量和访问频率。
The EBCOT design uses parallel processing and dynamic memory control ( DMC ) architecture , which greatly speeds up the coding process and achieves higher hardware utilization .
-
采用OOP方法和事件驱动机制编制了数据采集软件,利用动态内存分配和使用扩展内存,使得每个监测点的数据样本数可达3000点以上。
Object Oriented Programming method and event driven mechanism were employed to design data acquisition program . Total sample points of each observing spot are more than 3000 with dynamic memory allocation technology and using extended memory .
-
SACOS的动态内存管理方法可以有效地减少内存管理开销和内存碎片,提高内存的利用率。
The dynamic memory management of SACOS can decrease efficiently the memory management overhead and memory fragmentation and improve the memory utilization .
-
重点介绍了两页式转置存储器结构的典型应用,给出了以双数据率同步动态内存(DDRSDRAM)作为主存储器构成的两页式转置存储器的电路结构和实现结果。
The representative application of the two-frame CTM is introduced predominantly , of which the implementation in circuit and the result are given with the Double Data Rate Synchronous Dynamic RAM ( DDR SDRAM ) served as the main memory .
-
描述了SACOS的动态内存管理,并给出了实现SACOS动态内存管理的基础-堆的分配与回收的详细过程。
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 .
-
嵌入式图形系统μC/GUI的动态内存分配的研究
Research on Dynamic Memory Distribution of Embedded μ C / GUI
-
服务器正打算使用的动态内存总量
Total amount of dynamic memory the server is willing to consume
-
嵌入式软件动态内存检测工具的设计与实现
Design and Implementation of Dynamic Memory Detection Tool for Embedded Software
-
在使用动态内存分配时必须考虑的检查点
Checkpoints that must be considered while working with dynamic memory allocation
-
嵌入式实时动态内存管理机制研究与应用
Research and Application of Embedded Real-Time Dynamic Memory Management Mechanism
-
基于指针映射集的动态内存故障测试方法研究
Research on Dynamic Memory Faults Testing Method Based on Pointer Mapping Sets
-
服务器正在用来维护连接的动态内存总量
Total amount of dynamic memory the server is using for maintaining connections
-
服务器正在用于查询优化的动态内存总量
Total amount of dynamic memory the server is using for query optimization
-
一个应用于动态内存管理算法中的数据结构
A date structure applied to dynamic memory management algorithm
-
一种适用嵌入式系统的自适应动态内存管理方案
One Adaptive Dynamic Memory Allocating Method for Embedded System
-
动态内存泄漏是一个严重的编程错误,可以导致程序的错误行为。
Memory leak is a significant bug that can make programs behave erratically .
-
第三部分,论述动态内存泄漏检测及回收技术。
Thirdly , the technology of memory leak detection and collection was researched .