; **********************************************************************************
; *********************** MemoryFree ***********************************************
; **********************************************************************************
ALIGN 16
MemoryFree :
xor rdx,rdx
mov r8,MEM_RELEASE
jmp VirtualFree
; **********************************************************************************
; *********************** F I N I S H E D ******************************************
; **********************************************************************************