| 
    M4RI
    20140914
    
   | 
 
Cache of mzd_t containers. More...
Data Fields | |
| mzd_t | mzd [64] | 
| struct mzd_t_cache * | prev | 
| struct mzd_t_cache * | next | 
| uint64_t | used | 
| unsigned char | padding [sizeof(mzd_t)-2 *sizeof(struct mzd_t_cache *)-sizeof(uint64_t)] | 
Cache of mzd_t containers.
| mzd_t mzd_t_cache::mzd[64] | 
cached matrices
| struct mzd_t_cache* mzd_t_cache::next | 
next block
| unsigned char mzd_t_cache::padding[sizeof(mzd_t)-2 *sizeof(struct mzd_t_cache *)-sizeof(uint64_t)] | 
alignment
| struct mzd_t_cache* mzd_t_cache::prev | 
previous block
| uint64_t mzd_t_cache::used | 
bitmasks which matrices in this block are used
 1.8.8