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

#include <rz_heap_glibc.h>

Public Attributes

int mutex
 
int flags
 
int have_fast_chunks
 
ut32 fastbinsY [NFASTBINS+1]
 
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 185 of file rz_heap_glibc.h.

Member Data Documentation

◆ attached_threads

unsigned int rz_malloc_state_tcache_32::attached_threads

Definition at line 196 of file rz_heap_glibc.h.

◆ binmap

unsigned int rz_malloc_state_tcache_32::binmap[BINMAPSIZE]

Definition at line 193 of file rz_heap_glibc.h.

◆ bins

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

Definition at line 192 of file rz_heap_glibc.h.

◆ fastbinsY

ut32 rz_malloc_state_tcache_32::fastbinsY[NFASTBINS+1]

Definition at line 189 of file rz_heap_glibc.h.

◆ flags

int rz_malloc_state_tcache_32::flags

Definition at line 187 of file rz_heap_glibc.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ have_fast_chunks

int rz_malloc_state_tcache_32::have_fast_chunks

Definition at line 188 of file rz_heap_glibc.h.

◆ last_remainder

ut32 rz_malloc_state_tcache_32::last_remainder

Definition at line 191 of file rz_heap_glibc.h.

◆ max_system_mem

ut32 rz_malloc_state_tcache_32::max_system_mem

Definition at line 198 of file rz_heap_glibc.h.

◆ mutex

int rz_malloc_state_tcache_32::mutex

Definition at line 186 of file rz_heap_glibc.h.

◆ next

ut32 rz_malloc_state_tcache_32::next

Definition at line 194 of file rz_heap_glibc.h.

◆ next_free

ut32 rz_malloc_state_tcache_32::next_free

Definition at line 195 of file rz_heap_glibc.h.

◆ system_mem

ut32 rz_malloc_state_tcache_32::system_mem

Definition at line 197 of file rz_heap_glibc.h.

◆ top

ut32 rz_malloc_state_tcache_32::top

Definition at line 190 of file rz_heap_glibc.h.


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