Bitcoin ABC  0.29.4
P2P Digital Currency
Functions | Variables
jemalloc_message.cpp File Reference
#include <jemalloc/jemalloc.h>
Include dependency graph for jemalloc_message.cpp:

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
 

Function Documentation

◆ _drop_malloc_message()

static void _drop_malloc_message ( void *  cbopaque,
const char *  s 
)
static

Using the signature of jemalloc's malloc_message(), drop the string entirely.

Definition at line 10 of file jemalloc_message.cpp.

Variable Documentation

◆ malloc_message

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.