搜索资源列表
BSP文件配置
- Drew对于BSP的相关配置的一些经验和总结。压缩文件里包含了3个HTML文件:BSP配置文件及生成下载、VxWorks BSP和启动过程、PCI设备(网卡)初始化代码分析。希望对大家有所帮助。-Drew BSP for the allocation of some of the experiences and lessons. Compression document contains three HTML document : BSP configuration files and down
vxmalloc
- This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley \"bucket\" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation
memory
- vxworks 内存管理 静态内存池分配,释放等-VxWorks memory management static memory pool allocation, release, etc.
VxWorks_memory
- 原创:VxWorks操作系统内存分配解析 嵌入式操作系统分配内存的算法有很多,如最先匹配算法,最优匹配算法,最坏匹配算法,伙伴算法,还有很多人研究了各式各样的各有优势的算法。目前,常用的有VxWorks操作系统使用的最先匹配算法,linux操作系统使用的伙伴算法等。-Original: VxWorks operating system, embedded operating system to resolve memory allocation algorithm to allocate m
dm9000End
- 基于VxWorks的DM9000驱动程序,采用END型接口。通过合理配置netConfig.h文件,可以直接驱动该网卡芯片-VxWorks driver based on the DM9000, using END-type interface. Through the rational allocation netConfig.h file, you can directly drive the chip card
rosmem
- vxworks上开发的内存监控模块,可以用来监控内存分配、内存越界和内存泄露-vxworks on the development of memory monitoring module can be used to monitor the memory allocation, memory out of bounds and memory leaks
memory
- VxWorks系统下内存分配。实现内存动态分配和释放,解决内存碎片问题。-VxWorks system memory allocation. Dynamic memory allocation and release to solve the problem of memory fragmentation.
static-memory-allocation
- 该程序用于内存的分配和释放,使用静态内存预分配的方法,提升内存效率,减少外部碎片和资源浪费。-The program is used to allocate and free memory, use static pre-allocated memory, improve memory efficiency, reduce external fragmentation and waste of resources.
