Component memory.
More...
#include <stats.h>
Component memory.
Definition at line 519 of file stats.h.
◆ bytes_sparse_components
| ecs_size_t ecs_component_memory_t::bytes_sparse_components |
Bytes used in component sparse sets.
Definition at line 524 of file stats.h.
◆ bytes_table_components
| ecs_size_t ecs_component_memory_t::bytes_table_components |
Bytes used by table columns.
Definition at line 521 of file stats.h.
◆ bytes_table_components_unused
| ecs_size_t ecs_component_memory_t::bytes_table_components_unused |
Unused bytes in table columns.
Definition at line 522 of file stats.h.
◆ bytes_toggle_bitsets
| ecs_size_t ecs_component_memory_t::bytes_toggle_bitsets |
Bytes used in bitsets (toggled components).
Definition at line 523 of file stats.h.
◆ instances
| int32_t ecs_component_memory_t::instances |
Total number of component instances.
Definition at line 520 of file stats.h.
The documentation for this struct was generated from the following file: