YAZ  5.34.0
Data Fields
nmem_block Struct Reference

Data Fields

char * buf
 
size_t size
 
size_t top
 
struct nmem_blocknext
 

Detailed Description

Definition at line 41 of file nmem.c.

Field Documentation

◆ buf

char* nmem_block::buf

Definition at line 43 of file nmem.c.

Referenced by free_block(), get_block(), and nmem_malloc().

◆ next

struct nmem_block* nmem_block::next

Definition at line 46 of file nmem.c.

Referenced by nmem_malloc(), nmem_reset(), and nmem_transfer().

◆ size

size_t nmem_block::size

Definition at line 44 of file nmem.c.

Referenced by free_block(), get_block(), and nmem_malloc().

◆ top

size_t nmem_block::top

Definition at line 45 of file nmem.c.

Referenced by get_block(), and nmem_malloc().


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