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

#include <rz_heap_glibc.h>

Public Attributes

ut32 prev_size
 
ut32 size
 
ut32 fd
 
ut32 bk
 
ut32 fd_nextsize
 
ut32 bk_nextsize
 

Detailed Description

Definition at line 96 of file rz_heap_glibc.h.

Member Data Documentation

◆ bk

ut32 rz_malloc_chunk_32::bk

Definition at line 101 of file rz_heap_glibc.h.

◆ bk_nextsize

ut32 rz_malloc_chunk_32::bk_nextsize

Definition at line 105 of file rz_heap_glibc.h.

◆ fd

ut32 rz_malloc_chunk_32::fd

Definition at line 100 of file rz_heap_glibc.h.

◆ fd_nextsize

ut32 rz_malloc_chunk_32::fd_nextsize

Definition at line 104 of file rz_heap_glibc.h.

◆ prev_size

ut32 rz_malloc_chunk_32::prev_size

Definition at line 97 of file rz_heap_glibc.h.

◆ size

ut32 rz_malloc_chunk_32::size

Definition at line 98 of file rz_heap_glibc.h.


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