#include <q_malloc.h>

Data Fields | |
| struct qm_frag * | first_frag |
| struct qm_frag_lnk | free_hash [QM_HASH_SIZE] |
| struct qm_frag_end * | last_frag_end |
| unsigned long | max_real_used |
| unsigned long | real_used |
| unsigned long | size |
| unsigned long | used |
Definition at line 107 of file q_malloc.h.
struct qm_frag* first_frag [read] |
Definition at line 113 of file q_malloc.h.
Referenced by qm_free(), qm_malloc_init(), qm_realloc(), and qm_status().
struct qm_frag_lnk free_hash[QM_HASH_SIZE] [read] |
Definition at line 116 of file q_malloc.h.
Referenced by qm_find_free(), qm_free(), qm_info(), qm_insert_free(), qm_malloc(), qm_malloc_init(), qm_realloc(), and qm_status().
struct qm_frag_end* last_frag_end [read] |
Definition at line 114 of file q_malloc.h.
Referenced by qm_free(), qm_malloc_init(), qm_realloc(), and qm_status().
| unsigned long max_real_used |
Definition at line 111 of file q_malloc.h.
Referenced by qm_info(), qm_malloc(), qm_malloc_init(), and qm_status().
| unsigned long real_used |
Definition at line 110 of file q_malloc.h.
Referenced by qm_free(), qm_info(), qm_malloc(), qm_malloc_init(), qm_realloc(), qm_status(), and split_frag().
| unsigned long size |
Definition at line 108 of file q_malloc.h.
Referenced by qm_info(), qm_malloc(), qm_malloc_init(), and qm_status().
| unsigned long used |
Definition at line 109 of file q_malloc.h.
Referenced by qm_free(), qm_info(), qm_malloc(), qm_realloc(), and qm_status().
1.5.6