koliseo 0.4.9
|
#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. |
KLS_Autoregion_Extension_Conf KLS_Autoregion_Extension_Data::conf |
Contains config for autoregion extension.
int KLS_Autoregion_Extension_Data::max_regions_kls_alloc_basic |
Contains maximum number of allocatable KLS_Region when using KLS_REGLIST_ALLOC_KLS_BASIC.
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.
KLS_Region_List KLS_Autoregion_Extension_Data::regs |
List of allocated Regions.
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.
KLS_Region_List KLS_Autoregion_Extension_Data::t_regs |
List of allocated Regions for a Koliseo_Temp instance.