NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Disk slot allocator. More...
#include <alloc.h>
Data Fields | |
uint64_t | min |
uint64_t | max |
uint64_t | slab |
uint32_t | pos |
struct rte_bitmap bmp[0] | __rte_cache_aligned |
Disk slot allocator.
This data structure is non-thread-safe.
struct rte_bitmap bmp [0] DiskAlloc::__rte_cache_aligned |
uint64_t DiskAlloc::max |
uint64_t DiskAlloc::min |
uint32_t DiskAlloc::pos |
uint64_t DiskAlloc::slab |