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

#include <windows_heap.h>

Public Attributes

PVOID Allocate
 
PVOID Free
 
PVOID Commit
 
PVOID Decommit
 
PVOID ExtendContext
 

Detailed Description

Definition at line 324 of file windows_heap.h.

Member Data Documentation

◆ Allocate

PVOID _HEAP_SUBALLOCATOR_CALLBACKS::Allocate

Definition at line 325 of file windows_heap.h.

◆ Commit

PVOID _HEAP_SUBALLOCATOR_CALLBACKS::Commit

Definition at line 327 of file windows_heap.h.

◆ Decommit

PVOID _HEAP_SUBALLOCATOR_CALLBACKS::Decommit

Definition at line 328 of file windows_heap.h.

◆ ExtendContext

PVOID _HEAP_SUBALLOCATOR_CALLBACKS::ExtendContext

Definition at line 329 of file windows_heap.h.

◆ Free

PVOID _HEAP_SUBALLOCATOR_CALLBACKS::Free

Definition at line 326 of file windows_heap.h.


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