Go to the source code of this file.
|
| #define | _CRT_WARN 0 |
| |
| #define | _CRT_ERROR 1 |
| |
| #define | _CRT_ASSERT 2 |
| |
| #define | _CRT_ERRCNT 3 |
| |
| #define | _FREE_BLOCK 0 |
| |
| #define | _NORMAL_BLOCK 1 |
| |
| #define | _CRT_BLOCK 2 |
| |
| #define | _IGNORE_BLOCK 3 |
| |
| #define | _CLIENT_BLOCK 4 |
| |
| #define | _MAX_BLOCKS 5 |
| |
| #define | _BLOCK_TYPE(block) (block & 0xFFFF) |
| |
| #define | _BLOCK_SUBTYPE(block) (block >> 16 & 0xFFFF) |
| |
| #define | _ASSERT(expr) ((void)0) |
| |
| #define | _ASSERTE(expr) ((void)0) |
| |
| #define | _CrtDbgBreak() ((void)0) |
| |
| #define | _CrtCheckMemory() ((int)1) |
| |
| #define | _CrtDbgReport(...) ((int)0) |
| |
| #define | _CrtDumpMemoryLeaks() ((int)0) |
| |
| #define | _CrtSetBreakAlloc(a) ((__msvcrt_long)0) |
| |
| #define | _CrtSetDbgFlag(f) ((int)0) |
| |
| #define | _CrtSetDumpClient(f) ((void)0) |
| |
| #define | _CrtSetReportMode(t, m) ((int)0) |
| |
| #define | _CrtDoForAllClientObjects(f, c) ((void)0) |
| |
| #define | _CrtIsMemoryBlock(p, s, r, f, l) ((int)1) |
| |
| #define | _CrtIsValidHeapPointer(p) ((int)1) |
| |
| #define | _CrtIsValidPointer(p, s, a) ((int)1) |
| |
| #define | _CrtMemCheckpoint(s) ((void)0) |
| |
| #define | _CrtMemDifference(s1, s2, s3) ((int)0) |
| |
| #define | _CrtMemDumpAllObjectsSince(s) ((void)0) |
| |
| #define | _CrtMemDumpStatistics(s) ((void)0) |
| |
| #define | _CrtSetAllocHook(f) ((void)0) |
| |
| #define | _RPT0(t, m) |
| |
| #define | _RPT1(t, m, p1) |
| |
| #define | _RPT2(t, m, p1, p2) |
| |
| #define | _RPT3(t, m, p1, p2, p3) |
| |
| #define | _RPT4(t, m, p1, p2, p3, p4) |
| |
| #define | _RPTF0(t, m) |
| |
| #define | _RPTF1(t, m, p1) |
| |
| #define | _RPTF2(t, m, p1, p2) |
| |
| #define | _RPTF3(t, m, p1, p2, p3) |
| |
| #define | _RPTF4(t, m, p1, p2, p3, p4) |
| |
| #define | _malloc_dbg(s, t, f, l) malloc(s) |
| |
| #define | _calloc_dbg(c, s, t, f, l) calloc(c,s) |
| |
| #define | _expand_dbg(p, s, t, f, l) _expand(p,s) |
| |
| #define | _free_dbg(p, t) free(p) |
| |
| #define | _realloc_dbg(p, s, t, f, l) realloc(p,s) |
| |
◆ _ASSERT
◆ _ASSERTE
◆ _BLOCK_SUBTYPE
◆ _BLOCK_TYPE
◆ _calloc_dbg
◆ _CLIENT_BLOCK
◆ _CRT_ASSERT
◆ _CRT_BLOCK
◆ _CRT_ERRCNT
◆ _CRT_ERROR
◆ _CRT_WARN
◆ _CrtCheckMemory
◆ _CrtDbgBreak
◆ _CrtDbgReport
◆ _CrtDoForAllClientObjects
◆ _CrtDumpMemoryLeaks
◆ _CrtIsMemoryBlock
◆ _CrtIsValidHeapPointer
◆ _CrtIsValidPointer
◆ _CrtMemCheckpoint
◆ _CrtMemDifference
◆ _CrtMemDumpAllObjectsSince
◆ _CrtMemDumpStatistics
◆ _CrtSetAllocHook
◆ _CrtSetBreakAlloc
◆ _CrtSetDbgFlag
◆ _CrtSetDumpClient
◆ _CrtSetReportMode
◆ _expand_dbg
◆ _FREE_BLOCK
◆ _free_dbg
◆ _IGNORE_BLOCK
◆ _malloc_dbg
◆ _MAX_BLOCKS
◆ _NORMAL_BLOCK
◆ _realloc_dbg
◆ _RPT0
◆ _RPT1
◆ _RPT2
◆ _RPT3
◆ _RPT4
◆ _RPTF0
◆ _RPTF1
◆ _RPTF2
◆ _RPTF3
◆ _RPTF4
◆ _CrtMemState