4 Repositories
Rust malloc Libraries
Scan the symbols of all ELF binaries in all Arch Linux packages for usage of malloc_usable_size
Scan the symbols of all ELF binaries in all Arch Linux packages for usage of malloc_usable_size (-D_FORTIFY_SOURCE=3 compatibility)
3 Sep 9, 2023
messloc is a drop in replacement for malloc that can transparently recover from memory fragmentation without any changes to application code.
messloc is a drop in replacement for malloc that can transparently recover from memory fragmentation without any changes to application code. Goals Al
11 Dec 10, 2022
Implementation of malloc, realloc, calloc, and free in Rust.
malloc-rs Implementation of malloc, realloc, calloc, and free in Rust. Note: No thread safe Architecture 512 bytes or less is allocated by Segregated
7 Nov 23, 2022
Malloc frequency profiler
Malloc frequency profiler This malloc frequency profiler helps detect program hotspots that perform a large number of memory allocations.
7 Jan 7, 2022