搜索资源列表
xpc_partition
- Guarantee that the kmalloc d memory is cacheline aligned.
pseries-head
- store error injection section value which refers to one of 4 16-byte sections within a 64-byte cacheline.
mv643xx_i2c
- Invalidate one particular cacheline if it s in the icache.
base
- Current pages that are being used for internal memory allocations. These pages are carved up in cacheline-size quanta, so that there is no chance of false cache line sharing.
base
- Current pages that are being used for internal memory allocations. These pages are carved up in cacheline-size quanta, so that there is no chance of false cache line sharing.
blk
- CPU 中cache line的c++模型(C++ model of cache line)
uid-generator-master.zip
- UidGenerator是Java实现的, 基于Snowflake算法的唯一ID生成器。UidGenerator以组件形式工作在应用项目中, 支持自定义workerId位数和初始化策略, 从而适用于docker等虚拟化环境下实例自动重启、漂移等场景。 在实现上, UidGenerator通过借用未来时间来解决sequence天然存在的并发限制; 采用RingBuffer来缓存已生成的UID, 并行化UID的生产和消费, 同时对CacheLine补齐,避免了由RingBuffer带来的硬件级「伪共