INtime SDK Help
Using the Debug Heap
INtime SDK v7.1 > About INtime > Other system libraries > Heaps and memory pools > Using the Debug Heap

Overview

INtime provides an API similar to the Windows CrtDbg API in order to provide a consistent memory debug interface.

Contents

The debug heap

Types of blocks on the debug heap

Memory management and the debug heap

Tracking heap allocation requests

Heap state reporting functions

Writing your own debug hook functions

Using macros for verification and reporting

See Also