搜索资源列表
fifo
- 一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点: 1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片; 2.线性地址空间,直接使用memcpy进出,速度非常快; 使用说明: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit 如发现问题联系本人: lxj_com@163.com QQ:67016879
Shamir
- Shamir的(k,n)门限秘密共享方案 Shamir提出秘密共享概念的同时,也分别给出了(k,n)门限秘密共享体制的概念。简单地说,设秘密通过秘密共享算法分发给个成员共享,每一个成员持有一个子密钥也称为影子或秘密碎片,如果满足: (1)任何不少于k个的合格成员通过所持有的正确的碎片都可以重构。 (2)任何k个以下的成员集都无法重构。 称这种方案为(k,n)门限秘密共享方案,简称为门限方案,k称为方案的门限值。 作为各种秘密共享方案中最简单实用的门限秘密共享方案,(k,n
afbackup-3.5.3.orig.tar
- 客户-服务器备份系统(服务器端) 特性: - 在客户端获取控制权之前进行认证 - 对流设备的访问限制 -> 安全性 - 客户端的每文件压缩 -> 可靠性 - 数据流分片写到磁带上 -> 快速寻找文件 - 对每个文件在磁带上位置的记录 - 使用全部磁带空间 - 完全/增量备份 - 原始分区可以被备份 - 完成客户端和服务器端对最大通量的缓冲 客户-服务器备份系统(客户端) 特性: - 在客户端获取控制权之前进
ip_fragment
- The IP fragmentation functionality.
libip6t_frag
- Shared library add-on to ip6tables to add Fragmentation header support.
txHwQueueCalc
- Calculates the fragmentation threshold and number of HW memory blocks required for the transmitted packet.
MemoryManager
- 通过在系统层和应用层之间实现一个简易内存池,减轻系统层的负担,提高应用层的内存申请和释放效率,减少磁盘碎片-Through the system layer and application layer between a simple memory pool, reducing the burden on the system layer, application layer to improve application and release of memory efficiency and
fragmentation
- batadv frag check entry - check if a list of fragments has timed out @frags entry: table entry to check for Linux v2.13.6.
compaction
- Memory compaction for the reduction of external fragmentation. Note that this heavily depends upon page migration to do all the real heavy lifting.
fragmentation
- batadv_frag_clear_chain - delete entries in the fragment buffer chain @head: head of chain with entries.
ieee80211_module
- Default fragmentation threshold is maximum payload size.
pcm037
- Memory compaction for the reduction of external fragmentation. Note that this heavily depends upon page migration to do all the real heavy lifting.
rotate_test
- Releasing pools in reverse order might help avoid fragmentation with some (brain-damaged) malloc libraries.
nedmalloc-v1.10_beta3
- nedmalloc是一个跨平台的高性能多线程内存分配库,很多库都使用它,例如:OGRE.现在我们来看看nedmalloc的实现 (以WIN32部分为例) 位操作-nedmalloc is a VERY fast, VERY scalable, multithreaded memory allocator with little memory fragmentation. If you re running on an older operating system (e.g. Windows XP