XblMemSetFunctions
Optionally sets the memory hook functions to allow callers to route memory allocations to their own memory manager.Syntax
Parameters
memAllocFunc _In_opt_Type: XblMemAllocFunction A pointer to the custom allocation callback to use, or a null pointer to restore the default. memFreeFunc _In_opt_
Type: XblMemFreeFunction A pointer to the custom freeing callback to use, or a null pointer to restore the default.
