CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - memory allocator

搜索资源列表

  1. sharememory_allocator

    1下载:
  2. 一个内存池的allocator,参考stl源码的内存池实现-a pool of memory allocator, reference source stl memory Pool
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3633
    • 提供者:江健
  1. Linux-driver-src

    0下载:
  2. 这些是对(用 )于 书的来源文件" Linux Device Drivers" 。 在这里你(们)找到已经包括在书里的完全来源。 我尽可能地测试了他们, 但是, 可以(可能)有一些问题离开了, 尤其有 2.1.43 (当位于下面代码基础(底模)(是)连续不断变化时, 可靠性测试所有他们, 这是难) 。 尤其是, 你(们)可以(可能)找到具有" genksyms " 的一些问题, 其句法在核心的 2.0 和 2.1 版本之间改变了。 你(们)在 misc - progs 中
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:210775
    • 提供者:赵刚
  1. HighStableEfficienceMalloc

    0下载:
  2. 一个强大的c语言实现的内存分配器,被广泛用在多个linux内核中-A strong memory allocator c language, is widely used in various linux kernel
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:51136
    • 提供者:ly
  1. Allocator

    0下载:
  2. 一个简易高效的内存分配器,通常情况下非常实用-A simple and efficient memory allocator, usually very useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:5918
    • 提供者:zhanglei
  1. jemalloc

    0下载:
  2. 一个性能非常卓越的内存分配器,先用firefox中。-A very remarkable performance memory allocator, first in firefox.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1973009
    • 提供者:line-shooter
  1. allocator

    0下载:
  2. Memory allocator for shared memory access
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:122880
    • 提供者:Van
  1. xvmalloc

    0下载:
  2. xvmalloc memory allocator for linux v2.6.28
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:3810
    • 提供者:cunihin
  1. bootmem

    0下载:
  2. A boot-time physical memory allocator and configurator driver for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:5110
    • 提供者:jiexoxong
  1. fsl_85xx_cache_sram

    0下载:
  2. Simple memory allocator abstraction for QorIQ (P1/P2) based Cache-SRAM
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:1639
    • 提供者:lundingyin
  1. nobootmem

    0下载:
  2. bootmem - A boot-time physical memory allocator and configurator for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:2651
    • 提供者:zongzaoron
  1. percpu

    0下载:
  2. mm/percpu.rar - percpu memory allocator
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:15653
    • 提供者:jongpeinen
  1. 1239000

    0下载:
  2. 小块内存分配器设计与实现C++源代码程序-Design and implementation of C++ source code on a small memory allocator
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:821329
    • 提供者:张三
  1. Heap

    0下载:
  2. Garbage-collecting memory allocator.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:25663
    • 提供者:xerdongyu
  1. xmlmemory

    0下载:
  2. libxml memory allocator wrapper.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:6896
    • 提供者:terdangfen
  1. allocator

    0下载:
  2. align all the memory blocks on a cache-line boundary const int SimpleBestFitAllocator::kMemoryAlign = 32.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:1560
    • 提供者:zakaozai
  1. videobuf2-dma-sg

    0下载:
  2. dma scatter gather memory allocator for videobuf2 Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:2506
    • 提供者:naodowui
  1. videobuf2-dma-contig

    0下载:
  2. DMA contig memory allocator for videobuf2.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5441
    • 提供者:tunbunxui
  1. cvmx-bootmem

    0下载:
  2. Simple allocate only memory allocator for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:7879
    • 提供者:qeipuma
  1. gperftools-2.2.1

    0下载:
  2. gperftools是google开发的一款非常实用的工具集,主要包括:性能优异的malloc free内存分配器tcmalloc;基于tcmalloc的堆内存检测和内存泄漏分析工具heap-profiler,heap-checker;基于tcmalloc实现的程序CPU性能监测工具cpu-profiler.-Gperftools is a Google development of a very practical tool set, including: performance of mal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1667417
    • 提供者:刘阁
  1. book3s_hv_cma

    0下载:
  2. Contiguous Memory Allocator for ppc KVM hash pagetable based on CMA for DMA mapping framework.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2676
    • 提供者:vonghusei
« 12 3 »
搜珍网 www.dssz.com