← Back to C-Kernel-Engine Docs Doxygen Source Documentation
CKMemPool Struct Reference

#include <ck_tokenizer.h>

Data Fields

CKPoolBlockcurrent
 
CKPoolBlockhead
 
size_t total_allocated
 

Detailed Description

Definition at line 44 of file ck_tokenizer.h.

Field Documentation

◆ current

CKPoolBlock* CKMemPool::current

Definition at line 46 of file ck_tokenizer.h.

Referenced by ck_pool_alloc().

◆ head

CKPoolBlock* CKMemPool::head

Definition at line 45 of file ck_tokenizer.h.

Referenced by ck_pool_alloc(), and ck_pool_free().

◆ total_allocated

size_t CKMemPool::total_allocated

Definition at line 47 of file ck_tokenizer.h.

Referenced by ck_pool_alloc().


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