SimGrid  3.14.159
Versatile Simulation of Distributed Systems
s_xbt_mallocator Struct Reference

#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
 
int lock
 

Member Data Documentation

◆ objects

void** s_xbt_mallocator::objects

◆ current_size

int s_xbt_mallocator::current_size

◆ max_size

int s_xbt_mallocator::max_size

◆ new_f

pvoid_f_void_t s_xbt_mallocator::new_f

◆ free_f

void_f_pvoid_t s_xbt_mallocator::free_f

◆ reset_f

void_f_pvoid_t s_xbt_mallocator::reset_f

◆ lock

int s_xbt_mallocator::lock

The documentation for this struct was generated from the following file: