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

#include <rz_heap_glibc.h>

Public Attributes

int mutex
 
int flags
 
int have_fast_chunks
 
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 201 of file rz_heap_glibc.h.

Member Data Documentation

◆ attached_threads

unsigned int rz_malloc_state_tcache_64::attached_threads

Definition at line 212 of file rz_heap_glibc.h.

◆ binmap

unsigned int rz_malloc_state_tcache_64::binmap[BINMAPSIZE]

Definition at line 209 of file rz_heap_glibc.h.

◆ bins

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

Definition at line 208 of file rz_heap_glibc.h.

◆ fastbinsY

ut64 rz_malloc_state_tcache_64::fastbinsY[NFASTBINS]

Definition at line 205 of file rz_heap_glibc.h.

◆ flags

int rz_malloc_state_tcache_64::flags

Definition at line 203 of file rz_heap_glibc.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ have_fast_chunks

int rz_malloc_state_tcache_64::have_fast_chunks

Definition at line 204 of file rz_heap_glibc.h.

◆ last_remainder

ut64 rz_malloc_state_tcache_64::last_remainder

Definition at line 207 of file rz_heap_glibc.h.

◆ max_system_mem

ut64 rz_malloc_state_tcache_64::max_system_mem

Definition at line 214 of file rz_heap_glibc.h.

◆ mutex

int rz_malloc_state_tcache_64::mutex

Definition at line 202 of file rz_heap_glibc.h.

◆ next

ut64 rz_malloc_state_tcache_64::next

Definition at line 210 of file rz_heap_glibc.h.

◆ next_free

ut64 rz_malloc_state_tcache_64::next_free

Definition at line 211 of file rz_heap_glibc.h.

◆ system_mem

ut64 rz_malloc_state_tcache_64::system_mem

Definition at line 213 of file rz_heap_glibc.h.

◆ top

ut64 rz_malloc_state_tcache_64::top

Definition at line 206 of file rz_heap_glibc.h.


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