|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <mmprivate.h>
Public Attributes | |
| s_xbt_swag_hookup_t | freehook |
| int | type |
| union { | |
| struct { | |
| size_t nfree | |
| ssize_t frag_size [MAX_FRAGMENT_PER_BLOCK] | |
| int ignore [MAX_FRAGMENT_PER_BLOCK] | |
| } busy_frag | |
| struct { | |
| size_t size | |
| size_t busy_size | |
| int ignore | |
| } busy_block | |
| struct { | |
| size_t size | |
| size_t next | |
| size_t prev | |
| } free_block | |
| }; | |
| s_xbt_swag_hookup_t malloc_info::freehook |
| int malloc_info::type |
| size_t malloc_info::nfree |
| ssize_t malloc_info::frag_size[MAX_FRAGMENT_PER_BLOCK] |
| int malloc_info::ignore |
| struct { ... } malloc_info::busy_frag |
| size_t malloc_info::size |
| size_t malloc_info::busy_size |
| struct { ... } malloc_info::busy_block |
| size_t malloc_info::next |
| size_t malloc_info::prev |
| struct { ... } malloc_info::free_block |
| union { ... } |