Component index memory.
More...
#include <stats.h>
Component index memory.
Definition at line 506 of file stats.h.
◆ bytes_component_record
ecs_size_t ecs_component_index_memory_t::bytes_component_record |
Number of component records.
Definition at line 508 of file stats.h.
◆ bytes_name_index
ecs_size_t ecs_component_index_memory_t::bytes_name_index |
Bytes used by table cache.
Definition at line 510 of file stats.h.
◆ bytes_ordered_children
ecs_size_t ecs_component_index_memory_t::bytes_ordered_children |
Bytes used by name index.
Definition at line 511 of file stats.h.
◆ bytes_reachable_cache
ecs_size_t ecs_component_index_memory_t::bytes_reachable_cache |
Bytes used by ordered children vector.
Definition at line 512 of file stats.h.
◆ bytes_table_cache
ecs_size_t ecs_component_index_memory_t::bytes_table_cache |
Bytes used by ecs_component_record_t struct.
Definition at line 509 of file stats.h.
◆ bytes_type_info
ecs_size_t ecs_component_index_memory_t::bytes_type_info |
Bytes used by reachable cache.
Definition at line 513 of file stats.h.
◆ count
int32_t ecs_component_index_memory_t::count |
The documentation for this struct was generated from the following file: