memory-allocations topic

List memory-allocations repositories

MemPlumber

58
Stars
15
Forks
Watchers

MemPlumber is a library that helps developers with debugging of memory allocations and detection of memory leaks in C++ applications

CMemoryUsage

22
Stars
4
Forks
Watchers

Measuring memory usage in C and C++

AppShift-MemoryPool

190
Stars
24
Forks
Watchers

A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or delete, depending on operating system & compiler)

allocation-counter

16
Stars
1
Forks
Watchers

Rust library to measure memory allocations of a function or closure.