搜索资源列表
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
ARM.com
- 题目:扩展的动态内存管理机制 目的:在了解实时嵌入式操作系统内存管理机制的特点以及实时处理对内存管理需求的基础上,练习并掌握有效处理内存碎片的内存管理机制,同时理解防止内存泄漏问题的良好设计方法。 环境:VxWorks的VxSim仿真环境或2410BP(ARM920T) -Title: Extended dynamic memory management mechanism Objective: To know at real-time embedded operating syst
rfc5106.txt
- This document specifies EAP-IKEv2, an Extensible Authentication Protocol (EAP) method that is based on the Internet Key Exchange (IKEv2) protocol. EAP-IKEv2 provides mutual authentication and session key establishment between an EAP peer and an
VxworksPtornado
- 这时一个在VxWorks 的VxSim 仿真环境下使用tornado进行编程的。主要解决以下问题: 1.扩展的内存管理机制,最大限度降低外部碎片对系统可靠性的威胁。 2.消息驱动的Task统一驱动模版。统一的消息头结构,全局消息编码,可支持短消息及长消息。 3.无信号量(互斥)支持的临界资源访问方式。 -This is a use tornado in the VxWorks VxSim simulation environment for programming. Mainly
memory
- VxWorks系统下内存分配。实现内存动态分配和释放,解决内存碎片问题。-VxWorks system memory allocation. Dynamic memory allocation and release to solve the problem of memory fragmentation.
SDI
- SDI显示模块,亲测,能够显示8*Block的黑白渐变图像,分片率1920*1080P/30F-SDI display module, pro-test, can display 8* Block black and white gradient image, fragmentation rate of 1920* 1080P/30F
stm32
- stm32内存管理,支持智能指针和碎片整理,测试函数有 Test1 和 Test2-STM32 memory management, support for smart pointers and fragmentation, test functions are Test1 and Test2
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.