Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <jemalloc/jemalloc.h>
Go to the source code of this file.
Functions | |
static void | _drop_malloc_message (void *cbopaque, const char *s) |
Using the signature of jemalloc's malloc_message(), drop the string entirely. More... | |
Variables | |
void(* | malloc_message )(void *cbopaque, const char *s) = &_drop_malloc_message |
|
static |
Using the signature of jemalloc's malloc_message(), drop the string entirely.
Definition at line 10 of file jemalloc_message.cpp.
void(* malloc_message) (void *cbopaque, const char *s) | ( | void * | cbopaque, |
const char * | s | ||
) | = &_drop_malloc_message |
Definition at line 22 of file jemalloc_message.cpp.