Skip to content

Deleaker Blog

Deleaker News, Tips and Tricks

  • Deleaker Home
  • Documentation
  • Download
  • Order

Category: Uncategorized

How to Fix Native Memory Leaks in Java?

On May 20, 2024 By Artem Razin In Uncategorized

Thanks to the Java Native Interface (JNI), Java applications can interact with native code. While memory allocations made by Java code are automatically managed by garbage collection, native code is responsible for its own memory …

Continue reading

Alternative to Visual Leak Detector

On May 15, 2024 By Artem Razin In Uncategorized

In this article, you will discover the limitations of a popular open-source library for detecting memory leaks, called Visual Leak Detector. Additionally, you will learn about an alternative to Visual Leak Detector, known as Deleaker. …

Continue reading

How to detect leaks in ISAPI DLL Written in Delphi?

On May 9, 2024 By Artem Razin In Uncategorized

In this guide, you will learn how to detect leaks in an ISAPI extension developed in Delphi. By using a sample ISAPI extension as an example, we will demonstrate how to utilize a memory profiler …

Continue reading

Finding and Fixing Memory Leaks with GCC: A Comprehensive Guide for Developers

On November 17, 2023 By Artem Razin In Uncategorized

In this article, we will demonstrate how to identify and resolve memory leaks in C and C++ when using GCC as your toolchain. Contents Overview of Memory Leaks Existing Solutions for Memory Leak Detection Tool …

Continue reading

An extension to detect memory leaks in RAD Studio 12 Athens

On November 8, 2023 By Artem Razin In Uncategorized

Today, November 7th, 2023, Embarcadero announced the availability of RAD Studio 12 Athens. This new version of RAD Studio includes a plethora of great features, including enhanced code completion and navigation in C++Builder’s IDE, an …

Continue reading

Memory leak detection in CLang

On August 16, 2023 By Artem Razin In Uncategorized

In this article, you will learn how to identify and resolve memory leaks in your C++ code when using CLang. What is CLang? Why is it vital to fix memory leaks in C++? How to …

Continue reading

Delphi memory profiler

On August 7, 2023 By Artem Razin In Uncategorized

What is memory profiler? Memory leaks patterns in Delphi How to use a memory profiler? The benifits of a memory profiler What is memory profiler? Memory profiler is a type of software tool used in …

Continue reading

Memory leaks in C++/CLI

On July 21, 2022 By Artem Razin In Uncategorized

How to fix memory leaks in C++/CLI? Contents Managed and unmanaged leaks in C++/CLI. Unmanaged leaks in C++/CLI. Conclusion. Appendix: What is the difference between managed and unmanaged allocations? Managed and unmanaged leaks in C++/CLI. …

Continue reading

Managed memory leaks in .NET

On April 12, 2022 By Artem Razin In Uncategorized

Managed memory leaks in C# Contents Managed Memory Leak – the definition The Garbage Collector Event handlers – what to remember Event handlers – get the things right Managed Memory Leaks – How to detect …

Continue reading

Memory leaks in Rust

On April 12, 2022 By Artem Razin In Uncategorized

Contents Stack and heap Ownership and borrowing Memory leaks and unsafe Rust Conclusion When we talk about memory in Rust, we first need to identify four main sections, each of which has a key impact …

Continue reading

Posts navigation

1 2 3 4 Next Posts»

Tags

.NET C C++ Builder Delphi GDI Handles Leaks Memory Leaks News Qt Qt Creator RAD Studio Releases Tutorial Visual Studio WIndows Windows Service

Archives

  • May 2024
  • November 2023
  • August 2023
  • July 2022
  • April 2022
  • March 2022
  • January 2022
  • December 2021
  • November 2021
  • June 2021
  • May 2021
  • March 2021
  • August 2020
  • July 2020
  • June 2020
  • January 2020
  • June 2019
  • March 2019
  • November 2018
  • August 2018
  • April 2018
WordPress Theme: Chronus by ThemeZee.