|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_heap_glibc.h>
Public Attributes | |
| int | mutex |
| int | flags |
| unsigned int | binmap [BINMAPSIZE] |
| int | have_fast_chunks |
| unsigned int | attached_threads |
| ut64 | fastbinsY [NFASTBINS] |
| ut64 | top |
| ut64 | last_remainder |
| ut64 | bins [NBINS *2 - 2] |
| ut64 | next |
| ut64 | next_free |
| ut64 | system_mem |
| ut64 | max_system_mem |
Definition at line 217 of file rz_heap_glibc.h.
Definition at line 224 of file rz_heap_glibc.h.
Referenced by print_malloc_states(), rz_cmd_arena_print_handler(), and rz_heap_tcache_content().
| unsigned int rz_malloc_state::binmap[BINMAPSIZE] |
Definition at line 220 of file rz_heap_glibc.h.
Definition at line 230 of file rz_heap_glibc.h.
Definition at line 227 of file rz_heap_glibc.h.
| int rz_malloc_state::flags |
Definition at line 219 of file rz_heap_glibc.h.
Referenced by cmd_descs_generate.Arg::__str__().
| int rz_malloc_state::have_fast_chunks |
Definition at line 223 of file rz_heap_glibc.h.
| ut64 rz_malloc_state::last_remainder |
Definition at line 229 of file rz_heap_glibc.h.
Referenced by print_malloc_states(), and rz_cmd_arena_print_handler().
| ut64 rz_malloc_state::max_system_mem |
Definition at line 234 of file rz_heap_glibc.h.
| int rz_malloc_state::mutex |
Definition at line 218 of file rz_heap_glibc.h.
| ut64 rz_malloc_state::next |
Definition at line 231 of file rz_heap_glibc.h.
Referenced by is_arena(), print_malloc_states(), rz_cmd_arena_print_handler(), and rz_heap_arenas_list().
| ut64 rz_malloc_state::next_free |
Definition at line 232 of file rz_heap_glibc.h.
| ut64 rz_malloc_state::system_mem |
Definition at line 233 of file rz_heap_glibc.h.
Referenced by rz_cmd_heap_chunks_print_handler(), and rz_heap_resolve_main_arena().
| ut64 rz_malloc_state::top |
Definition at line 228 of file rz_heap_glibc.h.
Referenced by print_malloc_info(), print_malloc_states(), rz_cmd_arena_print_handler(), rz_cmd_heap_chunks_print_handler(), and rz_heap_resolve_main_arena().