|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
#include <stdlib.h>#include <dlfcn.h>#include "src/mc/mc_base.h"#include "mmprivate.h"#include "src/xbt_modinter.h"#include "src/internal_config.h"#include <math.h>#include "src/mc/mc_protocol.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 |