Malloc Collection
Repositories tagged with "malloc"
Repositories tagged with "malloc"
hardened_malloc
GrapheneOS
โ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.โ
snmalloc
microsoft
โMessage passing based allocatorโ
Hoard
emeryberger
โThe Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.โ
KCObjc4_debug
LGCooci
โ๐ๅฏ็ผ่ฏ่นๆๅฎๆนๆบ็ objc๏ผ็ฐๅจๆobjc4ๅบๅฑๆบ็ ,ไปฅๅlibmalloc็ญๅฏ็ผ่ฏ็ๆฌ๏ผๅคงๅฎถๅฏไปฅ่ช็ฑLLDB่ฐ่ฏ๏ผโ
lwmem
MaJerle
โLightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functionsโ
Heap-Layers
emeryberger
โHeap Layers: An Extensible Memory Allocation Infrastructureโ
o1heap
pavel-kirienko
โConstant-complexity, deterministic, very fast memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes โ120 cycles @ RP2350 irrespective of heap usage. There is little activity because the project is finished and does not require further changes.โ
ralloc
redox-os
โMirror of https://gitlab.redox-os.org/redox-os/rallocโ
libmemory
embeddedartistry
โEmbedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functionsโ
mm-go
joetifa2003
โGeneric manual memory management for golangโ
HiMem
zkwlx
โHiMem ๆฏ็ฅไนๅ ้จไฝฟ็จ็้ๅฏน Android ็ณป็ปๅผๅ็็บฟไธๅบ็จๅ ๅญไฝฟ็จ็ๆงไธๅๆๅฅไปถ๏ผ็ฎๅๆฏๆ mmap/munmap/malloc/calloc/realloc/free ็ญๅบๅฝๆฐ็็ๆง๏ผๅๆถๆไพ้ซๆง่ฝ็ Java ๅฑๅ Native ๅฑ่ฐ็จๆ ๆ่ท่ฝๅใโ
malt
memtt
โMALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications (and python in experimental status).โ
duma
johnsonjh
โduma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocatorโ
unified-memory-framework
oneapi-src
โ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.โ
memorymanager
schulkinator
โ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.โ
was-not-wasm
jedisct1
โA hostile memory allocator to make WebAssembly applications more predictable.โ
MemoryAllocator.KanameShiki
EmuraDaisuke
โFast multi-threaded memory allocatorโ
go-interface-values
akutz
โWhen storing a value in a Go interface allocates memory on the heap.โ
