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

Allocator memory. More...

#include <stats.h>

Public Attributes

ecs_size_t bytes_graph_edge
 
ecs_size_t bytes_component_record
 Graph edge allocator.
 
ecs_size_t bytes_pair_record
 Component record allocator.
 
ecs_size_t bytes_table_diff
 Pair record allocator.
 
ecs_size_t bytes_sparse_chunk
 Table diff allocator.
 
ecs_size_t bytes_allocator
 Sparse chunk allocator.
 
ecs_size_t bytes_stack_allocator
 Generic allocator.
 
ecs_size_t bytes_cmd_entry_chunk
 Stack allocator.
 
ecs_size_t bytes_query_impl
 Command batching entry chunk allocator.
 
ecs_size_t bytes_query_cache
 Query struct allocator.
 
ecs_size_t bytes_misc
 Query cache struct allocator.
 

Detailed Description

Allocator memory.

Returns memory that's allocated by allocators but not in use.

Definition at line 589 of file stats.h.

Member Data Documentation

◆ bytes_allocator

ecs_size_t ecs_allocator_memory_t::bytes_allocator

Sparse chunk allocator.

Definition at line 595 of file stats.h.

◆ bytes_cmd_entry_chunk

ecs_size_t ecs_allocator_memory_t::bytes_cmd_entry_chunk

Stack allocator.

Definition at line 597 of file stats.h.

◆ bytes_component_record

ecs_size_t ecs_allocator_memory_t::bytes_component_record

Graph edge allocator.

Definition at line 591 of file stats.h.

◆ bytes_graph_edge

ecs_size_t ecs_allocator_memory_t::bytes_graph_edge

Definition at line 590 of file stats.h.

◆ bytes_misc

ecs_size_t ecs_allocator_memory_t::bytes_misc

Query cache struct allocator.

Definition at line 600 of file stats.h.

◆ bytes_pair_record

ecs_size_t ecs_allocator_memory_t::bytes_pair_record

Component record allocator.

Definition at line 592 of file stats.h.

◆ bytes_query_cache

ecs_size_t ecs_allocator_memory_t::bytes_query_cache

Query struct allocator.

Definition at line 599 of file stats.h.

◆ bytes_query_impl

ecs_size_t ecs_allocator_memory_t::bytes_query_impl

Command batching entry chunk allocator.

Definition at line 598 of file stats.h.

◆ bytes_sparse_chunk

ecs_size_t ecs_allocator_memory_t::bytes_sparse_chunk

Table diff allocator.

Definition at line 594 of file stats.h.

◆ bytes_stack_allocator

ecs_size_t ecs_allocator_memory_t::bytes_stack_allocator

Generic allocator.

Definition at line 596 of file stats.h.

◆ bytes_table_diff

ecs_size_t ecs_allocator_memory_t::bytes_table_diff

Pair record allocator.

Definition at line 593 of file stats.h.


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