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

#include <rz_heap_glibc.h>

Public Attributes

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

Detailed Description

Definition at line 116 of file rz_heap_glibc.h.

Member Data Documentation

◆ attached_threads

unsigned int rz_malloc_state_32::attached_threads

Definition at line 126 of file rz_heap_glibc.h.

◆ binmap

unsigned int rz_malloc_state_32::binmap[BINMAPSIZE]

Definition at line 123 of file rz_heap_glibc.h.

◆ bins

ut32 rz_malloc_state_32::bins[NBINS *2 - 2]

Definition at line 122 of file rz_heap_glibc.h.

◆ fastbinsY

ut32 rz_malloc_state_32::fastbinsY[NFASTBINS]

Definition at line 119 of file rz_heap_glibc.h.

◆ flags

int rz_malloc_state_32::flags

Definition at line 118 of file rz_heap_glibc.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ last_remainder

ut32 rz_malloc_state_32::last_remainder

Definition at line 121 of file rz_heap_glibc.h.

◆ max_system_mem

ut32 rz_malloc_state_32::max_system_mem

Definition at line 128 of file rz_heap_glibc.h.

◆ mutex

int rz_malloc_state_32::mutex

Definition at line 117 of file rz_heap_glibc.h.

◆ next

ut32 rz_malloc_state_32::next

Definition at line 124 of file rz_heap_glibc.h.

◆ next_free

ut32 rz_malloc_state_32::next_free

Definition at line 125 of file rz_heap_glibc.h.

◆ system_mem

ut32 rz_malloc_state_32::system_mem

Definition at line 127 of file rz_heap_glibc.h.

◆ top

ut32 rz_malloc_state_32::top

Definition at line 120 of file rz_heap_glibc.h.


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