Data Fields | |
| size_t | size |
| Size of this memory block (excluding this header). | |
| int | used |
| Block is currently in use. | |
Definition at line 42 of file memtop_umalloc.c.
Size of this memory block (excluding this header).
Definition at line 44 of file memtop_umalloc.c.
Referenced by ecollect_free(), and memtop_urealloc().
Block is currently in use.
Definition at line 46 of file memtop_umalloc.c.
Referenced by ecollect_free(), and memtop_urealloc().
1.5.7.1