Rizin
unix-like reverse engineering framework and cli tools
chunk_hooks_t Struct Reference

#include <jemalloc.h>

Public Attributes

chunk_alloc_talloc
 
chunk_dalloc_tdalloc
 
chunk_commit_tcommit
 
chunk_decommit_tdecommit
 
chunk_purge_tpurge
 
chunk_split_tsplit
 
chunk_merge_tmerge
 

Detailed Description

Definition at line 303 of file jemalloc.h.

Member Data Documentation

◆ alloc

chunk_alloc_t * chunk_hooks_t::alloc

Definition at line 304 of file jemalloc.h.

◆ commit

chunk_commit_t * chunk_hooks_t::commit

Definition at line 306 of file jemalloc.h.

◆ dalloc

chunk_dalloc_t * chunk_hooks_t::dalloc

Definition at line 305 of file jemalloc.h.

◆ decommit

chunk_decommit_t * chunk_hooks_t::decommit

Definition at line 307 of file jemalloc.h.

◆ merge

chunk_merge_t * chunk_hooks_t::merge

Definition at line 310 of file jemalloc.h.

◆ purge

chunk_purge_t * chunk_hooks_t::purge

Definition at line 308 of file jemalloc.h.

◆ split

chunk_split_t * chunk_hooks_t::split

Definition at line 309 of file jemalloc.h.


The documentation for this struct was generated from the following files: