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

#include <rz_heap_glibc.h>

Public Attributes

int mutex
 
int flags
 
unsigned int binmap [BINMAPSIZE]
 
int have_fast_chunks
 
unsigned int attached_threads
 
ut64 fastbinsY [NFASTBINS]
 
ut64 top
 
ut64 last_remainder
 
ut64 bins [NBINS *2 - 2]
 
ut64 next
 
ut64 next_free
 
ut64 system_mem
 
ut64 max_system_mem
 

Detailed Description

Definition at line 217 of file rz_heap_glibc.h.

Member Data Documentation

◆ attached_threads

unsigned int rz_malloc_state::attached_threads

◆ binmap

unsigned int rz_malloc_state::binmap[BINMAPSIZE]

Definition at line 220 of file rz_heap_glibc.h.

◆ bins

ut64 rz_malloc_state::bins[NBINS *2 - 2]

Definition at line 230 of file rz_heap_glibc.h.

◆ fastbinsY

ut64 rz_malloc_state::fastbinsY[NFASTBINS]

Definition at line 227 of file rz_heap_glibc.h.

◆ flags

int rz_malloc_state::flags

Definition at line 219 of file rz_heap_glibc.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ have_fast_chunks

int rz_malloc_state::have_fast_chunks

Definition at line 223 of file rz_heap_glibc.h.

◆ last_remainder

ut64 rz_malloc_state::last_remainder

Definition at line 229 of file rz_heap_glibc.h.

Referenced by print_malloc_states(), and rz_cmd_arena_print_handler().

◆ max_system_mem

ut64 rz_malloc_state::max_system_mem

Definition at line 234 of file rz_heap_glibc.h.

◆ mutex

int rz_malloc_state::mutex

Definition at line 218 of file rz_heap_glibc.h.

◆ next

ut64 rz_malloc_state::next

◆ next_free

ut64 rz_malloc_state::next_free

Definition at line 232 of file rz_heap_glibc.h.

◆ system_mem

ut64 rz_malloc_state::system_mem

◆ top


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