design_pattern_for_c  V 1.00
maloc_data_t Struct Reference
Collaboration diagram for maloc_data_t:

Data Fields

struct maloc_data_tnext
 
struct maloc_data_tprev
 
int used
 
void * mem
 

Detailed Description

Definition at line 38 of file memorypool.c.

Field Documentation

◆ mem

void* mem

Definition at line 42 of file memorypool.c.

◆ next

struct maloc_data_t* next

Definition at line 39 of file memorypool.c.

◆ prev

struct maloc_data_t* prev

Definition at line 40 of file memorypool.c.

◆ used

int used

Definition at line 41 of file memorypool.c.


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