Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_heap_glibc.h>
Public Attributes | |
ut64 | addr |
ut64 | prev_size |
ut64 | size |
bool | non_main_arena |
bool | prev_inuse |
bool | is_mmapped |
ut64 | fd |
ut64 | bk |
ut64 | fd_nextsize |
ut64 | bk_nextsize |
Definition at line 282 of file rz_heap_glibc.h.
ut64 rz_heap_chunk_simple::addr |
Definition at line 283 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper().
ut64 rz_heap_chunk_simple::bk |
Definition at line 290 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper().
ut64 rz_heap_chunk_simple::bk_nextsize |
Definition at line 292 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper().
ut64 rz_heap_chunk_simple::fd |
Definition at line 289 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper().
ut64 rz_heap_chunk_simple::fd_nextsize |
Definition at line 291 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper().
bool rz_heap_chunk_simple::is_mmapped |
Definition at line 288 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper().
bool rz_heap_chunk_simple::non_main_arena |
Definition at line 286 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper().
bool rz_heap_chunk_simple::prev_inuse |
Definition at line 287 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper().
ut64 rz_heap_chunk_simple::prev_size |
Definition at line 284 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper().
ut64 rz_heap_chunk_simple::size |
Definition at line 285 of file rz_heap_glibc.h.
Referenced by rz_heap_chunk_wrapper(), and rz_heap_chunks_list().