CS350 COS
COS
|
Go to the source code of this file.
Data Structures | |
struct | SGEntry |
struct | SGArray |
Macros | |
#define | SGARRAY_MAX_ENTRIES 32 |
Typedefs | |
typedef struct SGEntry | SGEntry |
typedef struct SGArray | SGArray |
Functions | |
void | SGArray_Init (SGArray *sga) |
int | SGArray_Append (SGArray *sga, uint64_t off, uint64_t len) |
void | SGArray_Dump (SGArray *sga) |
struct SGEntry |
struct SGArray |
void SGArray_Dump | ( | SGArray * | sga | ) |