SimGrid  3.21
Versatile Simulation of Distributed Systems
Mallocator constructor and destructor

Detailed Description

Typedefs

typedef struct s_xbt_mallocator * xbt_mallocator_t
 Mallocator data type (opaque structure) More...
 

Functions

xbt_mallocator_t xbt_mallocator_new (int size, pvoid_f_void_t new_f, void_f_pvoid_t free_f, void_f_pvoid_t reset_f)
 
void xbt_mallocator_free (xbt_mallocator_t mallocator)
 

Typedef Documentation

◆ xbt_mallocator_t

typedef struct s_xbt_mallocator* xbt_mallocator_t

Mallocator data type (opaque structure)

Function Documentation

◆ xbt_mallocator_new()

xbt_mallocator_t xbt_mallocator_new ( int  size,
pvoid_f_void_t  new_f,
void_f_pvoid_t  free_f,
void_f_pvoid_t  reset_f 
)

◆ xbt_mallocator_free()

void xbt_mallocator_free ( xbt_mallocator_t  mallocator)