Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_component_index_memory_t Struct Reference

Component index memory. More...

#include <stats.h>

Public Attributes

int32_t count
 
ecs_size_t bytes_component_record
 Number of component records.
 
ecs_size_t bytes_table_cache
 Bytes used by ecs_component_record_t struct.
 
ecs_size_t bytes_name_index
 Bytes used by table cache.
 
ecs_size_t bytes_ordered_children
 Bytes used by name index.
 
ecs_size_t bytes_reachable_cache
 Bytes used by ordered children vector.
 
ecs_size_t bytes_type_info
 Bytes used by reachable cache.
 

Detailed Description

Component index memory.

Definition at line 506 of file stats.h.

Member Data Documentation

◆ 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

Definition at line 507 of file stats.h.


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