Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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.