tikv-jemalloc-sys2 0.6.2+5.3.0-1-g298687593109d2a574b4d6db33025f935fd5e974

Rust FFI bindings to jemalloc
Documentation
1
2
3
4
5
6
7
8
#include "jemalloc/internal/jemalloc_preamble.h"
#include "jemalloc/internal/jemalloc_internal_includes.h"

void
exp_grow_init(exp_grow_t *exp_grow) {
	exp_grow->next = sz_psz2ind(HUGEPAGE);
	exp_grow->limit = sz_psz2ind(SC_LARGE_MAXCLASS);
}