#include <veil_datatypes.h>
Definition at line 107 of file veil_datatypes.h.
Data Fields | |
struct MemChunk * | next_chunk |
size_t | next |
size_t | limit |
void * | memory [0] |
struct MemChunk * | next_chunk |
void * | memory [0] |
struct MemChunk* MemChunk::next_chunk [read] |
Pointer to next allocated chunk
Definition at line 108 of file veil_datatypes.h.
size_t MemChunk::next |
Offset, within this chunk, of 1st free byte
Definition at line 109 of file veil_datatypes.h.
size_t MemChunk::limit |
Offset, of 1st byte beyond chunk
Definition at line 111 of file veil_datatypes.h.
void* MemChunk::memory[0] |
The rest of the chunk, from which memory is allocated
Definition at line 112 of file veil_datatypes.h.
struct MemChunk* MemChunk::next_chunk [read] |
Pointer to next allocated chunk
Definition at line 39 of file veil_shmem.h.
void* MemChunk::memory[0] |
The rest of the chunk, from which memory is allocated
Definition at line 43 of file veil_shmem.h.