Searched refs:_RPT0 (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/ucrt/heap/ |
H A D | debug_heap.cpp | 338 _RPT0(_CRT_WARN, "Client hook allocation failure.\n"); in heap_alloc_dbg_internal() 358 _RPT0(_CRT_ERROR, "Error: memory allocation: bad memory block type.\n"); in heap_alloc_dbg_internal() 578 _RPT0(_CRT_WARN, "Client hook re-allocation failure.\n"); in realloc_dbg_nolock() 594 _RPT0(_CRT_ERROR, "Error: memory allocation: bad memory block type.\n"); in realloc_dbg_nolock() 904 _RPT0(_CRT_WARN, "Client hook free failure.\n"); in free_dbg_nolock() 1303 _RPT0(_CRT_WARN, "Heap validation failed.\n"); in _CrtCheckMemory() 1640 _RPT0(_CRT_WARN, "Dumping objects ->\n"); in dump_all_object_since_nolock() 1719 _RPT0(_CRT_WARN, "Object dump complete.\n"); in _CrtMemDumpAllObjectsSince() local 1736 _RPT0(_CRT_WARN, "Detected memory leaks!\n"); in _CrtDumpMemoryLeaks()
|
/reactos/dll/3rdparty/libpng/ |
H A D | pngdebug.h | 60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE)
|
/reactos/sdk/include/crt/ |
H A D | crtdbg.h | 117 #define _RPT0(rptno,msg) macro 156 #define _RPT0(rptno,msg) _RPT_BASE(rptno, NULL, 0, NULL, "%s", msg) macro
|
/reactos/sdk/include/ucrt/ |
H A D | crtdbg.h | 716 #define _RPT0(rptno, msg) macro 759 #define _RPT0(rptno, msg) _RPT_BASE(rptno, NULL, 0, NULL, "%s", msg) macro
|