GL CHOCO ENGINE
Loading...
Searching...
No Matches
linear_alloc Struct Reference

linear_alloc_t内部データ構造 More...

Data Fields

size_t capacity
 
void * head_ptr
 
void * memory_pool
 

Detailed Description

linear_alloc_t内部データ構造

Todo:
必要であればメモリトラッキング追加(現状では入れる予定はなし)

Field Documentation

◆ capacity

size_t linear_alloc::capacity

アロケータが管理するメモリ容量(byte)

◆ head_ptr

void* linear_alloc::head_ptr

次にメモリを確保する際の先頭アドレス(実際にはアライメント要件分オフセットされたアドレスを渡す)

◆ memory_pool

void* linear_alloc::memory_pool

アロケータが管理するメモリ領域


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