M4RI 20250128
mzd_t_cache Struct Reference

Cache of mzd_t containers. More...

Data Fields

mzd_t mzd [64]
struct mzd_t_cacheprev
struct mzd_t_cachenext
uint64_t used
unsigned char padding [sizeof(mzd_t) - 2 *sizeof(struct mzd_t_cache *) - sizeof(uint64_t)]

Detailed Description

Cache of mzd_t containers.

Field Documentation

◆ mzd

mzd_t mzd_t_cache::mzd[64]

cached matrices

◆ next

struct mzd_t_cache* mzd_t_cache::next

next block

◆ padding

unsigned char mzd_t_cache::padding[sizeof(mzd_t) - 2 *sizeof(struct mzd_t_cache *) - sizeof(uint64_t)]

alignment

◆ prev

struct mzd_t_cache* mzd_t_cache::prev

previous block

◆ used

uint64_t mzd_t_cache::used

bitmasks which matrices in this block are used


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