NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
DiskAlloc Struct Reference

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
 

Detailed Description

Disk slot allocator.

This data structure is non-thread-safe.

Field Documentation

◆ __rte_cache_aligned

struct rte_bitmap bmp [0] DiskAlloc::__rte_cache_aligned

◆ max

uint64_t DiskAlloc::max

◆ min

uint64_t DiskAlloc::min

◆ pos

uint32_t DiskAlloc::pos

◆ slab

uint64_t DiskAlloc::slab

The documentation for this struct was generated from the following file: