Skip to main content

XMemIsToolsMemAvailable

Indicates whether tools memory is available.

Syntax

Parameters

None.

Return value

Type: BOOL Returns TRUE if tools memory is available in profiling mode; otherwise, FALSE.

Remarks

When Profiling Mode is enabled, extra memory is made available to your title that can be used during development for anything from game engine tools to unoptimized game assets. For more information about Profiling Mode, see Profiling Mode. This function indicates whether tooling memory has been configured for your title in Profiling Mode and is available for use. For more information about configuring and accessing extra memory during development, see Configuring memory for your title and dev kit.

Requirements

Header: xmem.h Library: xmem.lib Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

Memory
XMem
Last modified on August 20, 2026