Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
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.
 

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.

Here is the call graph for this function:

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.