Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
Definition at line 185 of file rz_heap_glibc.h.
Definition at line 196 of file rz_heap_glibc.h.
unsigned int rz_malloc_state_tcache_32::binmap[BINMAPSIZE] |
Definition at line 193 of file rz_heap_glibc.h.
Definition at line 192 of file rz_heap_glibc.h.
Definition at line 189 of file rz_heap_glibc.h.
int rz_malloc_state_tcache_32::flags |
Definition at line 187 of file rz_heap_glibc.h.
Referenced by cmd_descs_generate.Arg::__str__().
int rz_malloc_state_tcache_32::have_fast_chunks |
Definition at line 188 of file rz_heap_glibc.h.
ut32 rz_malloc_state_tcache_32::last_remainder |
Definition at line 191 of file rz_heap_glibc.h.
ut32 rz_malloc_state_tcache_32::max_system_mem |
Definition at line 198 of file rz_heap_glibc.h.
int rz_malloc_state_tcache_32::mutex |
Definition at line 186 of file rz_heap_glibc.h.
ut32 rz_malloc_state_tcache_32::next |
Definition at line 194 of file rz_heap_glibc.h.
ut32 rz_malloc_state_tcache_32::next_free |
Definition at line 195 of file rz_heap_glibc.h.
ut32 rz_malloc_state_tcache_32::system_mem |
Definition at line 197 of file rz_heap_glibc.h.
ut32 rz_malloc_state_tcache_32::top |
Definition at line 190 of file rz_heap_glibc.h.