Rizin
unix-like reverse engineering framework and cli tools
|
#include <jemalloc.h>
Public Attributes | |
chunk_alloc_t * | alloc |
chunk_dalloc_t * | dalloc |
chunk_commit_t * | commit |
chunk_decommit_t * | decommit |
chunk_purge_t * | purge |
chunk_split_t * | split |
chunk_merge_t * | merge |
Definition at line 303 of file jemalloc.h.
chunk_alloc_t * chunk_hooks_t::alloc |
Definition at line 304 of file jemalloc.h.
chunk_commit_t * chunk_hooks_t::commit |
Definition at line 306 of file jemalloc.h.
chunk_dalloc_t * chunk_hooks_t::dalloc |
Definition at line 305 of file jemalloc.h.
chunk_decommit_t * chunk_hooks_t::decommit |
Definition at line 307 of file jemalloc.h.
chunk_merge_t * chunk_hooks_t::merge |
Definition at line 310 of file jemalloc.h.
chunk_purge_t * chunk_hooks_t::purge |
Definition at line 308 of file jemalloc.h.
chunk_split_t * chunk_hooks_t::split |
Definition at line 309 of file jemalloc.h.