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

Public Attributes

int32_t instances
 
ecs_size_t bytes_table_components
 Total number of component instances.
 
ecs_size_t bytes_table_components_unused
 Bytes used by table columns.
 
ecs_size_t bytes_toggle_bitsets
 Unused bytes in table columns.
 
ecs_size_t bytes_sparse_components
 Bytes used in bitsets (toggled components).
 
ecs_size_t bytes_sparse_components_unused
 Bytes used in component sparse sets.
 
ecs_size_t bytes_sparse_overhead
 Unused bytes in component sparse sets.
 
ecs_size_t bytes_builtin
 Sparse set overhead.
 

Detailed Description

Definition at line 494 of file stats.h.

Member Data Documentation

◆ bytes_builtin

ecs_size_t ecs_component_memory_t::bytes_builtin

Sparse set overhead.

Definition at line 502 of file stats.h.

◆ bytes_sparse_components

ecs_size_t ecs_component_memory_t::bytes_sparse_components

Bytes used in bitsets (toggled components).

Definition at line 499 of file stats.h.

◆ bytes_sparse_components_unused

ecs_size_t ecs_component_memory_t::bytes_sparse_components_unused

Bytes used in component sparse sets.

Definition at line 500 of file stats.h.

◆ bytes_sparse_overhead

ecs_size_t ecs_component_memory_t::bytes_sparse_overhead

Unused bytes in component sparse sets.

Definition at line 501 of file stats.h.

◆ bytes_table_components

ecs_size_t ecs_component_memory_t::bytes_table_components

Total number of component instances.

Definition at line 496 of file stats.h.

◆ bytes_table_components_unused

ecs_size_t ecs_component_memory_t::bytes_table_components_unused

Bytes used by table columns.

Definition at line 497 of file stats.h.

◆ bytes_toggle_bitsets

ecs_size_t ecs_component_memory_t::bytes_toggle_bitsets

Unused bytes in table columns.

Definition at line 498 of file stats.h.

◆ instances

int32_t ecs_component_memory_t::instances

Definition at line 495 of file stats.h.


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