#include <f_malloc.h>

Data Fields | |
| struct fm_frag * | first_frag |
| fm_hash_bitmap_t | free_bitmap [FM_HASH_BMP_SIZE] |
| struct fm_frag_lnk | free_hash [F_HASH_SIZE] |
| struct fm_frag * | last_frag |
| unsigned long | size |
Definition at line 106 of file f_malloc.h.
struct fm_frag* first_frag [read] |
Definition at line 114 of file f_malloc.h.
| fm_hash_bitmap_t free_bitmap[FM_HASH_BMP_SIZE] |
Definition at line 117 of file f_malloc.h.
struct fm_frag_lnk free_hash[F_HASH_SIZE] [read] |
Definition at line 120 of file f_malloc.h.
Definition at line 115 of file f_malloc.h.
| unsigned long size |
Definition at line 107 of file f_malloc.h.
1.5.6