Public Attributes | |
void * | start_addr |
size_t | byte_cnt |
bool | is_allocated |
The data for a free/allocated memory block.
Definition at line 126 of file malloc_example.c.
size_t memblock_obj_st_::byte_cnt |
The byte count for how big the block is
Definition at line 133 of file malloc_example.c.
Whether the block is allocated or free
Definition at line 135 of file malloc_example.c.
Starting address for the memory (this is obviously unique for each memory block).
Definition at line 131 of file malloc_example.c.