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

#include <rz_heap_glibc.h>

Public Attributes

ut64 prev_size
 
ut64 size
 
ut64 fd
 
ut64 bk
 
ut64 fd_nextsize
 
ut64 bk_nextsize
 

Detailed Description

Definition at line 84 of file rz_heap_glibc.h.

Member Data Documentation

◆ bk

ut64 rz_malloc_chunk_64::bk

Definition at line 89 of file rz_heap_glibc.h.

◆ bk_nextsize

ut64 rz_malloc_chunk_64::bk_nextsize

Definition at line 93 of file rz_heap_glibc.h.

◆ fd

ut64 rz_malloc_chunk_64::fd

Definition at line 88 of file rz_heap_glibc.h.

◆ fd_nextsize

ut64 rz_malloc_chunk_64::fd_nextsize

Definition at line 92 of file rz_heap_glibc.h.

◆ prev_size

ut64 rz_malloc_chunk_64::prev_size

Definition at line 85 of file rz_heap_glibc.h.

◆ size

ut64 rz_malloc_chunk_64::size

Definition at line 86 of file rz_heap_glibc.h.


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