(git:3add494)
dbm_memchunk Struct Reference

Private struct for storing a chunk of memory. More...

Data Fields

bool on_device
 
size_t size
 
void * mem
 
struct dbm_memchunknext
 

Detailed Description

Private struct for storing a chunk of memory.

Author
Ole Schuett

Definition at line 68 of file dbm_mempool.c.

Field Documentation

◆ on_device

bool dbm_memchunk::on_device

Definition at line 69 of file dbm_mempool.c.

◆ size

size_t dbm_memchunk::size

Definition at line 70 of file dbm_mempool.c.

◆ mem

void* dbm_memchunk::mem

Definition at line 71 of file dbm_mempool.c.

◆ next

struct dbm_memchunk* dbm_memchunk::next

Definition at line 72 of file dbm_mempool.c.


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