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

#include <rz_heap_glibc.h>

Public Attributes

ut64 addr
 
ut64 size
 
ut64 fd
 
ut64 bk
 
int bin_num
 
char * type
 
RzListchunks
 
char * message
 

Detailed Description

Definition at line 295 of file rz_heap_glibc.h.

Member Data Documentation

◆ addr

ut64 rz_heap_bin::addr

Definition at line 296 of file rz_heap_glibc.h.

◆ bin_num

int rz_heap_bin::bin_num

Definition at line 300 of file rz_heap_glibc.h.

Referenced by rz_heap_fastbin_content().

◆ bk

ut64 rz_heap_bin::bk

Definition at line 299 of file rz_heap_glibc.h.

◆ chunks

RzList* rz_heap_bin::chunks

Definition at line 302 of file rz_heap_glibc.h.

Referenced by rz_heap_fastbin_content().

◆ fd

ut64 rz_heap_bin::fd

Definition at line 298 of file rz_heap_glibc.h.

Referenced by rz_heap_fastbin_content().

◆ message

char* rz_heap_bin::message

Definition at line 303 of file rz_heap_glibc.h.

Referenced by rz_heap_fastbin_content().

◆ size

ut64 rz_heap_bin::size

Definition at line 297 of file rz_heap_glibc.h.

Referenced by rz_heap_fastbin_content().

◆ type


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