Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohto-ai/mlc
Memory Leak Check for C++
https://github.com/ohto-ai/mlc
cpp17 cross-platform header-only memory-leak-detection
Last synced: about 2 months ago
JSON representation
Memory Leak Check for C++
- Host: GitHub
- URL: https://github.com/ohto-ai/mlc
- Owner: ohto-ai
- License: mit
- Created: 2024-12-15T10:56:04.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-15T12:10:05.000Z (about 2 months ago)
- Last Synced: 2024-12-15T13:20:11.231Z (about 2 months ago)
- Topics: cpp17, cross-platform, header-only, memory-leak-detection
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Memory Leak Check
## Usage
```cmake
add_subdirectory(mlc)
target_link_libraries(${PROJECT_NAME} PRIVATE mlc::mlc)
```See test/main.cpp for example usage.