Pyrogenesis
13997
|
Go to the source code of this file.
Functions | |
LIB_API void | wdbg_heap_Enable (bool) |
enable or disable manual and automatic heap validity checking. More... | |
LIB_API void | wdbg_heap_Validate () |
check heap integrity. More... | |
LIB_API intptr_t | wdbg_heap_NumberOfAllocations () |
LIB_API void wdbg_heap_Enable | ( | bool | ) |
enable or disable manual and automatic heap validity checking.
(enabled by default during critical_init.)
Definition at line 41 of file wdbg_heap.cpp.
LIB_API intptr_t wdbg_heap_NumberOfAllocations | ( | ) |
Definition at line 930 of file wdbg_heap.cpp.
LIB_API void wdbg_heap_Validate | ( | ) |
check heap integrity.
errors are reported by the CRT or via debug_DisplayError. no effect if called between wdbg_heap_Enable(false) and the next wdbg_heap_Enable(true).
Definition at line 66 of file wdbg_heap.cpp.