koliseo 0.4.9
Loading...
Searching...
No Matches
KLS_Autoregion_Extension_Data Struct Reference

#include <kls_region.h>

Data Fields

KLS_Region_List regs
 List of allocated Regions.
struct Koliseo * reglist_kls
 When conf.kls_reglist_alloc_backend is KLS_REGLIST_ALLOC_KLS_BASIC, points to the backing kls for regs list.
int max_regions_kls_alloc_basic
 Contains maximum number of allocatable KLS_Region when using KLS_REGLIST_ALLOC_KLS_BASIC.
KLS_Region_List t_regs
 List of allocated Regions for a Koliseo_Temp instance.
struct Koliseo * t_reglist_kls
 When conf.kls_reglist_alloc_backend is KLS_REGLIST_ALLOC_KLS_BASIC, points to the backing kls for t_regs list.
KLS_Autoregion_Extension_Conf conf
 Contains config for autoregion extension.

Field Documentation

◆ conf

KLS_Autoregion_Extension_Conf KLS_Autoregion_Extension_Data::conf

Contains config for autoregion extension.

◆ max_regions_kls_alloc_basic

int KLS_Autoregion_Extension_Data::max_regions_kls_alloc_basic

Contains maximum number of allocatable KLS_Region when using KLS_REGLIST_ALLOC_KLS_BASIC.

◆ reglist_kls

struct Koliseo* KLS_Autoregion_Extension_Data::reglist_kls

When conf.kls_reglist_alloc_backend is KLS_REGLIST_ALLOC_KLS_BASIC, points to the backing kls for regs list.

◆ regs

KLS_Region_List KLS_Autoregion_Extension_Data::regs

List of allocated Regions.

◆ t_reglist_kls

struct Koliseo* KLS_Autoregion_Extension_Data::t_reglist_kls

When conf.kls_reglist_alloc_backend is KLS_REGLIST_ALLOC_KLS_BASIC, points to the backing kls for t_regs list.

◆ t_regs

KLS_Region_List KLS_Autoregion_Extension_Data::t_regs

List of allocated Regions for a Koliseo_Temp instance.


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