Seal
Memory allocator
An allocator wrapper with leak detection capabilities
An allocator that wraps another allocator and detects if memory is leaked after usage
6 stars
2 watching
0 forks
last commit: almost 6 years ago
Linked from 2 awesome lists
leak-detectionzigziglang
Related projects:
Repository | Description | Stars |
---|---|---|
janneman84/leakedviewcontrollerdetector | Automated tool to detect and alert about memory leaks in UIKit apps | 30 |
mdsteele/ziegfried | A general-purpose memory allocator for the Zig programming language. | 24 |
dbandstra/zig-hunk | A basic memory allocator based on a fixed block of memory with two stacks growing inward. | 0 |
loseys/oblivion | Real-time monitoring and notification tool to detect data leaks and credential breaches. | 511 |
mjansson/rpmalloc | A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,164 |
fengb/zee_alloc | A tiny general-purpose allocator targeting WebAssembly. | 82 |
samsaffron/allocator_bench | A benchmarking tool for evaluating the performance of various memory allocation algorithms in different languages and configurations | 52 |
kivikakk/libpcre.zig | A collection of Zig bindings to the popular regular-expression library libpcre | 25 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
andrewrk/libz | A Zig port of zlib, replacing its build system with a custom implementation. | 14 |
emeryberger/hoard | An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines. | 1,106 |
adamessenmacher/memorytoolkit.maui | A toolkit to detect and mitigate memory leaks in .NET MAUI applications | 267 |
thi-ng/tinyalloc | Memory allocation library for small, linear memory spaces | 778 |
snyk-labs/nopp | Protects against Prototype Pollution vulnerabilities in JavaScript objects by freezing specific built-in objects. | 25 |
timdaub/preact-nominal-allocator | A UI component for adding and removing nominal values | 1 |