• Documentation
  • Download
  • Changelog
  • Introduction
  • Tutorial
  • API Reference
Show / Hide Table of Contents
  • System Requirements
  • Installation
    • Installation Troubleshooting
  • How to find a memory leak
  • Using Deleaker in Visual C++
  • Using Deleaker in Delphi
  • Using Deleaker in C++ Builder
  • Using Deleaker in Qt Creator
  • User Interface
    • Allocations
    • Modules
    • Options
      • Settings
      • Exceptions
      • Symbols
  • API Reference
    • Client API
      • Functions
        • DeleakerClientApi_IgnoreLeaks
        • DeleakerClientApi_TakeSnapshot
        • DeleakerClientApi_TakeSnapshotForCurrentThread
        • DeleakerClientApi_TakeSnapshotForProcessThread
      • Classes
        • CIgnoreLeaks
  • Floating License Server
  • Command Line Tools
    • DeleakerConsole.exe
  • License

DeleakerClientApi_IgnoreLeaks

Description

Deleaker stops or continues monitoring allocations. Also consider using CIgnoreLeaks.

Syntax

C++

void DeleakerClientApi_IgnoreLeaks(BOOL bIgnoreLeaks);

Parameters

bIgnoreLeaks

If bIgnoreLeaks is TRUE, Deleaker stops monitoring allocations for current thread. Otherwise, it continues monitoring allocations again.

See Also

  • CIgnoreLeaks
Back to top Deleaker | Download | Buy | Contact us | Copyright © Softanics | Generated by DocFX