XMemGetTitleHeap
Returns a pointer to the title heap.Syntax
Parameters
None.Return value
Type: PVOID A pointer to the title heap, if successful; otherwise,NULL if no heap memory is allocated.
Remarks
This function returns the pointer to the title heap previously allocated from the title partition by callingHeapAlloc. If your title hasn’t allocated memory from the title heap, this function returns NULL. For more information about the title partition and title heap memory, see Memory.
Requirements
Header: xmem.h Library: xmem.lib Supported platforms: XBOX One family consoles and XBOX Series consolesSee also
Diagnostics and memory trackingXMem
