Repository navigation

#

malloc

Message passing based allocator

C++
1655
10 天前

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
1403
3 天前

The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

C++
1145
21 天前

🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!

C
1013
2 年前

Heap Layers: An Extensible Memory Allocation Infrastructure

C++
394
10 天前

Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions

C
361
21 天前

Mirror of https://gitlab.redox-os.org/redox-os/ralloc

Rust
321
4 年前

Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈165 cycles on Cortex M4. There is very little activity because the project is finished and does not require further changes.

C++
283
1 年前

Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions

C
249
1 年前

Generic manual memory management for golang

Go
164
3 个月前

HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。

C
160
3 年前

MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.

C++
116
19 天前

duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator

C
110
18 天前

A hostile memory allocator to make WebAssembly applications more predictable.

Rust
83
3 年前

A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of good virtual memory management, at the cost of wasting some memory. It works by globally overriding the new and delete operators.

C++
77
3 个月前

When storing a value in a Go interface allocates memory on the heap.

Go
72
3 年前

A lock-free memory allocator

Rust
57
13 天前

A library for constructing allocators and memory pools. It also contains broadly useful abstractions and utilities for memory management. UMF allows users to manage multiple memory pools characterized by different attributes, allowing certain allocation types to be isolated from others and allocated using different hardware resources as required.

C
56
1 天前