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

#include <rz_heap_glibc.h>

Public Attributes

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

Detailed Description

Definition at line 131 of file rz_heap_glibc.h.

Member Data Documentation

◆ attached_threads

unsigned int rz_malloc_state_64::attached_threads

Definition at line 141 of file rz_heap_glibc.h.

◆ binmap

unsigned int rz_malloc_state_64::binmap[BINMAPSIZE]

Definition at line 138 of file rz_heap_glibc.h.

◆ bins

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

Definition at line 137 of file rz_heap_glibc.h.

◆ fastbinsY

ut64 rz_malloc_state_64::fastbinsY[NFASTBINS]

Definition at line 134 of file rz_heap_glibc.h.

◆ flags

int rz_malloc_state_64::flags

Definition at line 133 of file rz_heap_glibc.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ last_remainder

ut64 rz_malloc_state_64::last_remainder

Definition at line 136 of file rz_heap_glibc.h.

◆ max_system_mem

ut64 rz_malloc_state_64::max_system_mem

Definition at line 143 of file rz_heap_glibc.h.

◆ mutex

int rz_malloc_state_64::mutex

Definition at line 132 of file rz_heap_glibc.h.

◆ next

ut64 rz_malloc_state_64::next

Definition at line 139 of file rz_heap_glibc.h.

◆ next_free

ut64 rz_malloc_state_64::next_free

Definition at line 140 of file rz_heap_glibc.h.

◆ system_mem

ut64 rz_malloc_state_64::system_mem

Definition at line 142 of file rz_heap_glibc.h.

◆ top

ut64 rz_malloc_state_64::top

Definition at line 135 of file rz_heap_glibc.h.


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