XMEMFREE_ROUTINE

Defines the syntax of the memory deallocation routines, XMemFree and XMemFreeDefault.

Syntax

void XMEMFREE_ROUTINE(
         PVOID lpAddress,
         ULONGLONG dwAttributes
)  

Parameters

lpAddress
Type: PVOIDĀ 

[in] Address of the memory to be freed.

dwAttributes
Type: ULONGLONGĀ 

[in] Attributes of the allocation. Refer to XALLOC_ATTRIBUTES.

Return value

None.

See also

XMemFree

XMemFreeDefault

Requirements

Header: Declared in xmem.h.