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

Represents an allocated memory region in a Koliseo. More...

#include <kls_region.h>

Data Fields

ptrdiff_t begin_offset
 Starting offset of memory region.
ptrdiff_t end_offset
 Ending offset of memory region.
ptrdiff_t size
 Size of memory for the KLS_Region.
ptrdiff_t padding
 Size of padding for the KLS_Region.
char name [KLS_REGION_MAX_NAME_SIZE+1]
 Name field for the KLS_Region.
char desc [KLS_REGION_MAX_DESC_SIZE+1]
 Description field for the KLS_Region.
int type
 Used to identify which type the KLS_Region holds.

Detailed Description

Represents an allocated memory region in a Koliseo.

See also
KLS_PUSH()
KLS_PUSH_NAMED()

Field Documentation

◆ begin_offset

ptrdiff_t KLS_Region::begin_offset

Starting offset of memory region.

◆ desc

char KLS_Region::desc[KLS_REGION_MAX_DESC_SIZE+1]

Description field for the KLS_Region.

◆ end_offset

ptrdiff_t KLS_Region::end_offset

Ending offset of memory region.

◆ name

char KLS_Region::name[KLS_REGION_MAX_NAME_SIZE+1]

Name field for the KLS_Region.

◆ padding

ptrdiff_t KLS_Region::padding

Size of padding for the KLS_Region.

◆ size

ptrdiff_t KLS_Region::size

Size of memory for the KLS_Region.

◆ type

int KLS_Region::type

Used to identify which type the KLS_Region holds.


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