#include <q_malloc.h>

Data Fields | |
| unsigned long | size |
| union { | |
| long is_free | |
| struct qm_frag * nxt_free | |
| } | u |
Definition at line 73 of file q_malloc.h.
| long is_free |
Definition at line 77 of file q_malloc.h.
Referenced by qm_free(), qm_malloc(), qm_realloc(), and qm_status().
Definition at line 76 of file q_malloc.h.
Referenced by qm_detach_free(), qm_find_free(), qm_insert_free(), qm_malloc_init(), and qm_status().
| unsigned long size |
Definition at line 74 of file q_malloc.h.
Referenced by qm_find_free(), qm_free(), qm_insert_free(), qm_malloc(), qm_malloc_init(), qm_realloc(), qm_status(), and split_frag().
| union { ... } u |
Referenced by qm_detach_free(), qm_find_free(), qm_free(), qm_insert_free(), qm_malloc(), qm_malloc_init(), qm_realloc(), and qm_status().
1.5.6