搜索资源列表
linux-mem-manage
- linux核心中内存管理与缓冲机制,别人写的,希望能对大家有帮助-linux kernel buffer and memory management mechanisms, written by someone else, we want to help
aaaassss
- 堆栈等代码,树,内存管理,以及信号量等等已经编译过-Stack and other code tree, memory management, and signal volume has been compiled, etc.
xxjyjy4
- linux内存管理机制的实现-memory management mechanisms to achieve
linux0.11_MemoryManager
- 详细说明了Linux0.11版本内存管理的原理及实现的过程
myprog
- 用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)
rtems6
- Linux下物理内存管理技术探讨
mmap
- 为Linux虚拟内存驱动程序,模拟了内核空间和用户空间之间的数据交流,是学习Linux内存管理的易用源码
linux内存管理介绍
- linux内存管理介绍-introduced
5
- 实验5:Linux的内存管理,大家
vm
- Linux的虚拟内存管理书籍,英文版,将虚拟地址,物理地址,页表等说明得不错的一本书。
uclinux_EasyArm2200
- EasyARM2200开发板仅有512KB RAM和2MB FLASH存储器资源,能否运 行uClinux以及如何运行 uClinux,是喜爱这款开发板的技术人员一个共同的心 声。本文通过分析uClinux的内存管理和内核引导机制,介绍了uClinux2.4针 对EasyARM2200开发板的移植和改造方法。
LinuxKernelReport.rar
- Linux内核内存管理研究报告,包括mmap,brk,do_page_fault的函数细节分析,Linux kernel memory management study report, including mmap, brk, do_page_fault a function of the details of analysis
linux
- 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
linux_memory_manager_code
- linux下内存管理源代码。。。精、简、强!-memory management under linux source code. . . Refined, simple, strong!
minigui-res-1.6.10.tar
- MiniGUI 是一款面向实时嵌入式系统的图形用户界面支持系统。MiniGUI 的开发起始于 1998 年底,到现在已历经近十年时间。经过飞漫软件多年的精心打造,MiniGUI 已经成为性能优良、功能丰富的跨操作系统嵌入式图形用户界面支持系统.和 Linux 这样的类 UNIX 操作系统相比,一般意义上的传统嵌入式操作系统具有一些特殊性。举例而言,诸如 uClinux、uC/OS-II、eCos 等操作系统,通常运行在没有 MMU(内存管理单元,用于提供虚拟内存支持)的 CPU 上;这时,往往就
LinuxSysProgramming
- Linux系统编程样例(包括: 文件I/O, 进程管理, 文件管理, 内存管理和时间)-Linux System Programming Examples, including File I/O, Process Management, File Management and Time.
linux
- 网络收集的一些对linux下面内存管理 分配 很好的笔记对理解内核有一定的帮助-Internet collection of some of the linux memory management allocation of the following notes on good understanding of the kernel have some help
glibc内存管理ptmalloc源代码分析
- glibc内存管理ptmalloc源代码分析。。。(Memory management source code analysis.)
深入理解Linux虚拟内存管理(中文版)
- 这是一本关于描述linux内存管理的文档,非常权威,不可多得(This is a descr iption of Linux memory management documents, very authoritative, rare)
实验六
- 实验目的:实现模拟内存管理 掌握伙伴算法原理(Experiments: Implementing the Principle of Partner Algorithms for Analog Memory Management)