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

#include <rz_windows_heap.h>

Public Attributes

ut64 base
 
ut64 blockCount
 
ut64 allocated
 
ut64 committed
 

Detailed Description

Definition at line 19 of file rz_windows_heap.h.

Member Data Documentation

◆ allocated

ut64 rz_heap_info::allocated

Definition at line 22 of file rz_windows_heap.h.

Referenced by rz_heap_list().

◆ base

ut64 rz_heap_info::base

Definition at line 20 of file rz_windows_heap.h.

Referenced by rz_heap_list().

◆ blockCount

ut64 rz_heap_info::blockCount

Definition at line 21 of file rz_windows_heap.h.

Referenced by rz_heap_list().

◆ committed

ut64 rz_heap_info::committed

Definition at line 23 of file rz_windows_heap.h.

Referenced by rz_heap_list().


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