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

#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
 

Detailed Description

Definition at line 282 of file rz_heap_glibc.h.

Member Data Documentation

◆ addr

ut64 rz_heap_chunk_simple::addr

Definition at line 283 of file rz_heap_glibc.h.

Referenced by rz_heap_chunk_wrapper().

◆ bk

ut64 rz_heap_chunk_simple::bk

Definition at line 290 of file rz_heap_glibc.h.

Referenced by rz_heap_chunk_wrapper().

◆ bk_nextsize

ut64 rz_heap_chunk_simple::bk_nextsize

Definition at line 292 of file rz_heap_glibc.h.

Referenced by rz_heap_chunk_wrapper().

◆ fd

ut64 rz_heap_chunk_simple::fd

Definition at line 289 of file rz_heap_glibc.h.

Referenced by rz_heap_chunk_wrapper().

◆ fd_nextsize

ut64 rz_heap_chunk_simple::fd_nextsize

Definition at line 291 of file rz_heap_glibc.h.

Referenced by rz_heap_chunk_wrapper().

◆ is_mmapped

bool rz_heap_chunk_simple::is_mmapped

Definition at line 288 of file rz_heap_glibc.h.

Referenced by rz_heap_chunk_wrapper().

◆ non_main_arena

bool rz_heap_chunk_simple::non_main_arena

Definition at line 286 of file rz_heap_glibc.h.

Referenced by rz_heap_chunk_wrapper().

◆ prev_inuse

bool rz_heap_chunk_simple::prev_inuse

Definition at line 287 of file rz_heap_glibc.h.

Referenced by rz_heap_chunk_wrapper().

◆ prev_size

ut64 rz_heap_chunk_simple::prev_size

Definition at line 284 of file rz_heap_glibc.h.

Referenced by rz_heap_chunk_wrapper().

◆ size

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().


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