High Performance OPC UA Server SDK  1.2.0.193
mempool Struct Reference

Fast dynamic memory pool. More...

#include <mempool.h>

Data Fields

unsigned char * data
 
struct malloc_chunkbins [NUM_BINS]
 
struct mem_range range
 

Detailed Description

Fast dynamic memory pool.

It uses bins of a defined chunk size to sort the chunks. This allows a quick lookup of fitting chunks.


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