Skip to main content

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 calling HeapAlloc. 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 consoles

See also

Diagnostics and memory tracking
XMem
Last modified on August 20, 2026