会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明申请
    • METHOD AND SYSTEM FOR EFFICIENTLY MANAGING A DYNAMIC MEMORY IN EMBEDDED SYSTEM
    • 有效管理嵌入式系统动态记忆的方法与系统
    • WO2007097581A1
    • 2007-08-30
    • PCT/KR2007/000938
    • 2007-02-23
    • FUSIONSOFT CO., LTD.KIM, ChangWonSHIN, HyunChulPARK, YoungChul
    • KIM, ChangWonSHIN, HyunChulPARK, YoungChul
    • G06F12/02
    • G06F12/023
    • Provided is a method for efficiently managing a dynamic embedded system, which improves the execution speed, reduces a memory fragmentation, and minimizes memory managing overhead by dividing the memory space according to memory block and applying different managing methods according to the size of the memory block. The invention divides a dynamic memory into small blocks and large blocks, and registers them to a small free block hash table and a large free block list of a memory manager. When the application requests a memory allocation, whether the requested memory is a small block or not is determined, and if the memory block is a small block then a memory block is allocated from the hash table, or if it is not a small block or it is impossible to allocate from the hash table then the memory block is allocated from the block list.
    • 提供了一种用于有效管理动态嵌入式系统的方法,其提高了执行速度,减少了存储器分段,并且根据存储器块划分存储器空间并且根据存储块的大小应用不同的管理方法来最小化存储器管理开销 。 本发明将动态存储器划分为小块和大块,并将其注册到小型空闲块哈希表和存储器管理器的大空闲块列表。 当应用程序请求存储器分配时,确定请求的存储器是否是小块,并且如果存储器块是小块,则从散列表分配存储器块,或者如果它不是小块或 从哈希表中分配不可能,从块列表中分配存储块。