Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 915 Bytes

crtdbg-map-alloc.md

File metadata and controls

17 lines (13 loc) · 915 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: _CRTDBG_MAP_ALLOC
_CRTDBG_MAP_ALLOC
11/04/2016
CRTDBG_MAP_ALLOC
_CRTDBG_MAP_ALLOC
_CRTDBG_MAP_ALLOC macro
memory allocation, in debug builds
CRTDBG_MAP_ALLOC macro
435242b8-caea-4063-b765-4a608200312b

_CRTDBG_MAP_ALLOC

When the _CRTDBG_MAP_ALLOC flag is defined in the debug version of an application, the base versions of the heap functions are directly mapped to their debug versions. The flag is used in Crtdbg.h to do the mapping. This flag is only available when the _DEBUG flag has been defined in the application.

For more information about using the debug version versus the base version of a heap function, see Debug versions of heap allocation functions.

See also

Control flags