5#include <jemalloc/jemalloc.h>
static void _drop_malloc_message(void *cbopaque, const char *s)
Using the signature of jemalloc's malloc_message(), drop the string entirely.
void(* malloc_message)(void *cbopaque, const char *s)
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...