Flecs v4.1
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.
 

Detailed Description

Component index memory.

Definition at line 522 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 524 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 526 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 527 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 528 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 525 of file stats.h.

◆ count

int32_t ecs_component_index_memory_t::count

Definition at line 523 of file stats.h.


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