Repository navigation

#

malloc-library

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

C++
1806
9 个月前

Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.

C
1402
2 天前
C++
391
8 天前

A low latency oriented thread caching allocator for Linux/Windows. Single header & LD_PRELOADable.

C++
20
1 个月前

A personal implementation of glibc functions malloc(), free() and realloc()

C
10
7 年前

LD_PRELOADed library to randomize malloc and friends.

C
7
6 个月前

Pure Go generic implementation of freelist allocator

Go
6
7 个月前

Abusing V compiler to add static memory allocation

V
6
2 年前

A high-performance off-heap memory pool for Java applications.

Java
5
2 个月前

This project provides functionalities for custom memory allocation, including multiple allocation strategies (First-Fit, Next-Fit, Best-Fit), architecture-specific memory alignment, and debugging support.

C
4
2 个月前

Library to help with memory allocations backed by files

C
3
1 年前

Implementation of malloc, realloc, and free.

C
2
3 年前

This project is a custom implementation of the C family of functions in charge of dynamic memory management: malloc, calloc, realloc and free.

C
2
3 年前

Low-level programming language with ALX and Holberton School

C
2
2 年前

Dynamic Memory alocation library for prog8

Lua
2
6 个月前