DeleakerClientApi_IgnoreLeaks

Syntax

void DeleakerClientApi_IgnoreLeaks(BOOL bIgnoreLeaks);

Description

The DeleakerClientApi_IgnoreLeaks function enables or disables allocation monitoring for the current thread.

When allocation monitoring is disabled, Deleaker ignores all allocations performed by the current thread until monitoring is re-enabled.

For scoped, RAII-based suppression of allocation monitoring, consider using CIgnoreLeaks.

Parameters

bIgnoreLeaks

If bIgnoreLeaks is TRUE, Deleaker stops monitoring allocations for the current thread.
If bIgnoreLeaks is FALSE, allocation monitoring for the current thread is resumed.