ROSS
mem_pool Struct Reference

Data Fields

struct mem_poolnext_pool
char * next_free
char * end_free

Detailed Description

Definition at line 106 of file tw-util.c.

Field Documentation

◆ end_free

char* mem_pool::end_free

Definition at line 110 of file tw-util.c.

Referenced by pool_alloc(), and tw_calloc_stats().

◆ next_free

char* mem_pool::next_free

Definition at line 109 of file tw-util.c.

Referenced by pool_alloc(), and tw_calloc_stats().

◆ next_pool

struct mem_pool* mem_pool::next_pool

Definition at line 108 of file tw-util.c.

Referenced by pool_alloc(), and tw_calloc_stats().


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