|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
| PVOID | Allocate |
| PVOID | Free |
| PVOID | Commit |
| PVOID | Decommit |
| PVOID | ExtendContext |
Definition at line 324 of file windows_heap.h.
| PVOID _HEAP_SUBALLOCATOR_CALLBACKS::Allocate |
Definition at line 325 of file windows_heap.h.
| PVOID _HEAP_SUBALLOCATOR_CALLBACKS::Commit |
Definition at line 327 of file windows_heap.h.
| PVOID _HEAP_SUBALLOCATOR_CALLBACKS::Decommit |
Definition at line 328 of file windows_heap.h.
| PVOID _HEAP_SUBALLOCATOR_CALLBACKS::ExtendContext |
Definition at line 329 of file windows_heap.h.
| PVOID _HEAP_SUBALLOCATOR_CALLBACKS::Free |
Definition at line 326 of file windows_heap.h.