cbmimage
Loading...
Searching...
No Matches
cbmimage_loop_s Struct Reference

cbmimage loop detector struct More...

#include <cbmimage.h>

Collaboration diagram for cbmimage_loop_s:

Public Attributes

cbmimage_fileimageimage
 the fileimage to which this loop detector belongs
 
void * map
 
size_t map_size
 
uint8_t bufferarray []
 

Detailed Description

cbmimage loop detector struct

In order to recognize loops in the T/S links, the cbmimage_loop_*() functions use this structure to mark blocks already visited.

Member Data Documentation

◆ bufferarray

uint8_t cbmimage_loop_s::bufferarray[]

some additional space for the various data. Don't make any assumptions about the contents or the layout here!

◆ map

void* cbmimage_loop_s::map

map that marks already visited blocks

◆ map_size

size_t cbmimage_loop_s::map_size

size of the map.


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