Public Attributes
memblock_obj_st_ Struct Reference

List of all members.

Public Attributes

void * start_addr
size_t byte_cnt
bool is_allocated

Detailed Description

The data for a free/allocated memory block.

Definition at line 126 of file malloc_example.c.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines