搜索资源列表
malloc.tar
- 内存分配的各种包装函数,检查内存泄漏的函数,-memory allocation function of packaging, memory leakage inspection functions, etc.
page_change
- 虚拟内存分配、回收和内外存交换的算法-virtual memory allocation, recovery and foreign exchange deposit algorithm
simchain
- 模拟指针,使用固定的数组模拟指针的内存分配,提高分配效率-simulated target, the use of fixed arrays of simulated targets memory allocation and improve distribution efficiency
uboot
- u-boot工程的总体结构、主要的数据结构、内存分配,主要分析流程中各函数的功能,基于FS2410板子的u-boot移植,实现了NOR Flash和NAND Flash启动,网络功能。 -u-boot project s overall structure, main data structures, memory allocation, the main function of the function of each process, based on u-boot board FS
mmap
- 将内核空间vmalloc后不连续的内存地址映射到用户空间的驱动程序,2.4内核 和2.6内核两个版本,学内存分配必备资料。看完后就了解mmap原理了-Vmalloc kernel space will not be straight after the memory address is mapped to the user space driver, 2.4 kernel and 2.6 kernel versions, learning the necessary information o
QEditor
- QEditor -程序员编辑器的。他是十分强大的编辑器:开放代码在GPL的授权平台,它是由Qt完全编写。支持功能:折叠文本 编号的行数 添加面板书签,支持撤消。使用 Qt Designer作为插件。 -QEditor- the editor for the programmer. He is the powerful editor with the open code under license GPL. Features: Cross- platform I
ASIX
- 关于嵌入式系统中内存分配的源代码,非常详细。-On the embedded system memory allocation of the source code, very detailed.
cuncuqi
- 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
LinuxC
- linux c函数详解 , 第一章:字符测试函数 第二章:数据转换函数 第三章:内存配置函数-Detailed linux c function, the first chapter: Chapter II character test function: data transfer function in Chapter III: memory allocation function
ch03
- linux下的程序开发:本程序主要实现内存的分配和管理-linux under development: the main achievement of this process of memory allocation and management
cppcheck-1.30.tar
- cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, buffer overrun, and many more problems. Its goal is to produce no false positives.
u-boot-1.3.0
- u-boot1.3.0的原码,从配了网络驱动和FLASH的驱动,并该用ESC竟如-u-boot1.3.0 the original code, from the allocation of a network drive and FLASH drives, and the use of ESC竟如
FS44B0II_Test
- 还是来个三星公司生产的s3c44b0的一些简单的源程序,供大家仔细研学,其实看多了就编简单了-Or to a Samsung s3c44b0 produced a number of simple source for your research study carefully, in fact, look more simple on the allocation! !
debug_malloc
- 对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG,这部分程序已经在linux操作系统下验证通过。-Memory allocation, release and use of inspections to detect illegal pointer, reducing the procedure BUG, this part of the linux operating system procedures have been adopted under the verifica
yhj
- 典型的银行家算法,linux下gcc编译通过,默认3进程,3类资源,自己稍作修改可以手动分配资源。-A typical banker' s algorithm, linux under the gcc compiler is passed, the process of the default 3, 3 types of resources, with some slight modifications to their allocation of resources manually.
shiyan1
- 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节), 用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr) 或用循环首次适应法 addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr) 模拟UNI
LinuxMemoryManagment
- linux核心内存分配及缓冲机制的描述图解-linux kernel memory allocation and buffering mechanisms for the descr iption of graphic
dhcp-4.0.2.tar
- dhcp-4.0.2.tar.gz是一個網路dhcp服務器,主要提供動態配給請求者的IP address範圍 -dhcp-4.0.2.tar.gz dhcp a network server, mainly to provide dynamic allocation of IP address range of the requester
Memory Allocation on MTK chip
- Desribe the nand chips for mtk platform and memory allocation
Allocation
- Allocation extends BaseObj Source Code for Embedded Linux.
