|
HDK
|
#include <allocator.h>
Public Member Functions | |
| OrtArenaCfg () | |
| OrtArenaCfg (size_t max_mem, int arena_extend_strategy, int initial_chunk_size_bytes, int max_dead_bytes_per_chunk, int initial_growth_chunk_size_bytes, int64_t max_power_of_two_extend_bytes) | |
Public Attributes | |
| size_t | max_mem |
| int | arena_extend_strategy |
| int | initial_chunk_size_bytes |
| int | max_dead_bytes_per_chunk |
| int | initial_growth_chunk_size_bytes |
| int64_t | max_power_of_two_extend_bytes |
Definition at line 17 of file allocator.h.
|
inline |
Definition at line 18 of file allocator.h.
|
inline |
Definition at line 24 of file allocator.h.
| int OrtArenaCfg::arena_extend_strategy |
Definition at line 35 of file allocator.h.
| int OrtArenaCfg::initial_chunk_size_bytes |
Definition at line 36 of file allocator.h.
| int OrtArenaCfg::initial_growth_chunk_size_bytes |
Definition at line 38 of file allocator.h.
| int OrtArenaCfg::max_dead_bytes_per_chunk |
Definition at line 37 of file allocator.h.
| size_t OrtArenaCfg::max_mem |
Definition at line 34 of file allocator.h.
| int64_t OrtArenaCfg::max_power_of_two_extend_bytes |
Definition at line 39 of file allocator.h.