nm_data_properties_s Struct Reference
block of static properties for a given data descriptor More...
#include <nm_data.h>
Data Fields | |
| nm_len_t | blocks |
| number of blocks; -1 if properties are not initialized | |
| nm_len_t | size |
| total size in bytes (accumulator) | |
| int | is_contig |
| data is contiguous; data may be contiguous even with blocks > 1, if blocks are next to each other | |
Detailed Description
Field Documentation
◆ blocks
| nm_len_t nm_data_properties_s::blocks |
number of blocks; -1 if properties are not initialized
Definition at line 165 of file nm_data.h.
Referenced by nm_tactic_req_data_density(), and nm_tactic_req_data_max_size().
◆ is_contig
| int nm_data_properties_s::is_contig |
◆ size
| nm_len_t nm_data_properties_s::size |
total size in bytes (accumulator)
Definition at line 166 of file nm_data.h.
Referenced by nm_data_size(), nm_tactic_req_data_density(), and nm_tactic_req_data_max_size().
The documentation for this struct was generated from the following file: