SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include <mallocator_private.h>
Public Attributes | |
void ** | objects |
int | current_size |
int | max_size |
pvoid_f_void_t | new_f |
void_f_pvoid_t | free_f |
void_f_pvoid_t | reset_f |
char | lock |
void** s_xbt_mallocator::objects |
int s_xbt_mallocator::current_size |
int s_xbt_mallocator::max_size |
pvoid_f_void_t s_xbt_mallocator::new_f |
void_f_pvoid_t s_xbt_mallocator::free_f |
void_f_pvoid_t s_xbt_mallocator::reset_f |
char s_xbt_mallocator::lock |