Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.09 KB

crtdbgflag.md

File metadata and controls

17 lines (13 loc) · 1.09 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: _crtDbgFlag
_crtDbgFlag
11/04/2016
_crtDbgFlag
CRTDBG/_crtDbgFlag
memory allocation, tracking flag
crtDbgFlag constant
_crtDbgFlag constant
debug heap, tracking memory on
debug heap, control flags
enable memory allocation tracking flag
memory, tracking on the debug heap
9e7adb47-8ab9-4e19-81d5-e2f237979973

_crtDbgFlag

The _crtDbgFlag flag consists of five bit-fields that control how memory allocations on the debug version of the heap are tracked, verified, reported, and dumped. The bit fields of the flag are set using the _CrtSetDbgFlag function. This flag and its bit fields are declared in Crtdbg.h. This flag is only available when the _DEBUG flag has been defined in the application.

For more information about using this flag along with other debug functions, see Heap state reporting functions.

See also

Control flags