Aliquot Sequence Research  2.0
Compute properties of the sum-of-proper-divisors function.
All Data Structures Files Functions Variables Enumerations Macros Pages
Data Fields
PackedArray Struct Reference

PackedArray handle. More...

#include <PackedArray.h>

Collaboration diagram for PackedArray:
Collaboration graph
[legend]

Data Fields

uint32_t bitsPerItem
 
uint64_t count
 
lock_info_t lock_info
 
uint32_t padding [2]
 
uint32_t buffer []
 

Detailed Description

PackedArray handle.

Field Documentation

◆ bitsPerItem

PackedArray::bitsPerItem

Bits to be used per number stored in the PackedArray.

◆ buffer

PackedArray::buffer

Buffer underlying PackedArray.

◆ count

PackedArray::count

Length of PackedArray.

◆ lock_info

PackedArray::lock_info

Mutex array handle.

◆ padding

PackedArray::padding

?


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