Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
Definition at line 201 of file rz_heap_glibc.h.
Definition at line 212 of file rz_heap_glibc.h.
unsigned int rz_malloc_state_tcache_64::binmap[BINMAPSIZE] |
Definition at line 209 of file rz_heap_glibc.h.
Definition at line 208 of file rz_heap_glibc.h.
Definition at line 205 of file rz_heap_glibc.h.
int rz_malloc_state_tcache_64::flags |
Definition at line 203 of file rz_heap_glibc.h.
Referenced by cmd_descs_generate.Arg::__str__().
int rz_malloc_state_tcache_64::have_fast_chunks |
Definition at line 204 of file rz_heap_glibc.h.
ut64 rz_malloc_state_tcache_64::last_remainder |
Definition at line 207 of file rz_heap_glibc.h.
ut64 rz_malloc_state_tcache_64::max_system_mem |
Definition at line 214 of file rz_heap_glibc.h.
int rz_malloc_state_tcache_64::mutex |
Definition at line 202 of file rz_heap_glibc.h.
ut64 rz_malloc_state_tcache_64::next |
Definition at line 210 of file rz_heap_glibc.h.
ut64 rz_malloc_state_tcache_64::next_free |
Definition at line 211 of file rz_heap_glibc.h.
ut64 rz_malloc_state_tcache_64::system_mem |
Definition at line 213 of file rz_heap_glibc.h.
ut64 rz_malloc_state_tcache_64::top |
Definition at line 206 of file rz_heap_glibc.h.