|
YAZ 5.35.1
|
Data Fields | |
| char * | buf |
| size_t | size |
| size_t | top |
| struct nmem_block * | next |
| char* nmem_block::buf |
Definition at line 43 of file nmem.c.
Referenced by free_block(), get_block(), and nmem_malloc().
| struct nmem_block* nmem_block::next |
Definition at line 46 of file nmem.c.
Referenced by nmem_malloc(), nmem_reset(), and nmem_transfer().
| size_t nmem_block::size |
Definition at line 44 of file nmem.c.
Referenced by free_block(), get_block(), and nmem_malloc().
| size_t nmem_block::top |
Definition at line 45 of file nmem.c.
Referenced by get_block(), and nmem_malloc().