SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include <stdlib.h>
#include <dlfcn.h>
#include "mmprivate.h"
#include "src/internal_config.h"
#include "src/mc/mc_base.h"
#include "src/mc/remote/mc_protocol.h"
#include "src/xbt_modinter.h"
#include <math.h>
Macros | |
#define | _GNU_SOURCE |
Functions | |
int | malloc_use_mmalloc (void) |
xbt_mheap_t | mmalloc_get_current_heap (void) |
xbt_mheap_t | mmalloc_set_current_heap (xbt_mheap_t new_heap) |
Variables | |
static int | __malloc_use_mmalloc |
xbt_mheap_t | __mmalloc_default_mdp = NULL |
static xbt_mheap_t | __mmalloc_current_heap = NULL |
#define _GNU_SOURCE |
int malloc_use_mmalloc | ( | void | ) |
xbt_mheap_t mmalloc_get_current_heap | ( | void | ) |
xbt_mheap_t mmalloc_set_current_heap | ( | xbt_mheap_t | new_heap | ) |
|
static |
xbt_mheap_t __mmalloc_default_mdp = NULL |
|
static |