Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_windows_heap.h>
Public Attributes | |
ut64 | base |
ut64 | blockCount |
ut64 | allocated |
ut64 | committed |
Definition at line 19 of file rz_windows_heap.h.
ut64 rz_heap_info::allocated |
Definition at line 22 of file rz_windows_heap.h.
Referenced by rz_heap_list().
ut64 rz_heap_info::base |
Definition at line 20 of file rz_windows_heap.h.
Referenced by rz_heap_list().
ut64 rz_heap_info::blockCount |
Definition at line 21 of file rz_windows_heap.h.
Referenced by rz_heap_list().
ut64 rz_heap_info::committed |
Definition at line 23 of file rz_windows_heap.h.
Referenced by rz_heap_list().