ISIX-RTOS - small operating system for ARM microcontrollers 1.2
|
Data Fields | |
union { | |
struct header * h_next | |
size_t h_magic | |
} | h |
size_t | h_size |
union { ... } header::h |
Referenced by isix_alloc(), isix_alloc_init(), and isix_free().
size_t header::h_magic |
Definition at line 39 of file memory.c.
Referenced by isix_alloc().
struct header* header::h_next |
Definition at line 38 of file memory.c.
Referenced by isix_alloc(), isix_alloc_init(), and isix_free().
size_t header::h_size |
Definition at line 41 of file memory.c.
Referenced by isix_alloc(), isix_alloc_init(), and isix_free().