libdebian-installer
Data Fields
di_mem_chunk Struct Reference

a mem chunk More...

Data Fields

int num_mem_areas
 
int num_marked_areas
 
size_t atom_size
 
size_t area_size
 
size_t rarea_size
 
di_mem_areamem_area
 
di_mem_areamem_areas
 

Detailed Description

a mem chunk

Field Documentation

size_t area_size

the size of a memory area

Referenced by di_mem_chunk_alloc(), and di_mem_chunk_new().

size_t atom_size

the size of an atom

Referenced by di_mem_chunk_alloc(), di_mem_chunk_alloc0(), and di_mem_chunk_new().

di_mem_area* mem_area

the current memory area

Referenced by di_mem_chunk_alloc(), di_mem_chunk_alloc0(), and di_mem_chunk_new().

di_mem_area* mem_areas

a list of all the mem areas owned by this chunk

Referenced by di_mem_chunk_alloc(), di_mem_chunk_alloc0(), and di_mem_chunk_new().

int num_marked_areas

the number of areas marked for deletion

Referenced by di_mem_chunk_new().

int num_mem_areas

the number of memory areas

Referenced by di_mem_chunk_alloc(), and di_mem_chunk_new().

size_t rarea_size

the size of a real memory area

Referenced by di_mem_chunk_alloc(), and di_mem_chunk_new().