XblMemGetFunctions
Gets the memory hook functions previously set by XblMemSetFunctions.Syntax
Parameters
memAllocFunc _Out_Type: XblMemAllocFunction* Set to the current allocation callback. Returns the default routine if not previously set. memFreeFunc _Out_
Type: XblMemFreeFunction* Set to the current memory free callback. Returns the default routine if not previously set.
