|
koliseo 0.5.7
|
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. | |
Represents an allocated memory region in a Koliseo.
| ptrdiff_t KLS_Region::begin_offset |
Starting offset of memory region.
| char KLS_Region::desc[KLS_REGION_MAX_DESC_SIZE+1] |
Description field for the KLS_Region.
| ptrdiff_t KLS_Region::end_offset |
Ending offset of memory region.
| char KLS_Region::name[KLS_REGION_MAX_NAME_SIZE+1] |
Name field for the KLS_Region.
| ptrdiff_t KLS_Region::padding |
Size of padding for the KLS_Region.
| ptrdiff_t KLS_Region::size |
Size of memory for the KLS_Region.
| int KLS_Region::type |
Used to identify which type the KLS_Region holds.