|
Pyrogenesis
trunk
|

Go to the source code of this file.
Functions | |
| void | wdbg_heap_Enable (bool) |
| enable or disable manual and automatic heap validity checking. More... | |
| void | wdbg_heap_Validate () |
| check heap integrity. More... | |
| intptr_t | wdbg_heap_NumberOfAllocations () |
| void wdbg_heap_Enable | ( | bool | ) |
enable or disable manual and automatic heap validity checking.
(enabled by default during critical_init.)
| intptr_t wdbg_heap_NumberOfAllocations | ( | ) |
| 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).
1.8.13