An open API service providing repository metadata for many open source software ecosystems.

Topic: "memory-allocator"

plasma-umass/Mesh

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

Language: C++ - Size: 5.69 MB - Last synced at: 10 days ago - Pushed at: 11 months ago - Stars: 1,812 - Forks: 80

microsoft/snmalloc

Message passing based allocator

Language: C++ - Size: 5.23 MB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 1,686 - Forks: 116

GrapheneOS/hardened_malloc

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.

Language: C - Size: 1.04 MB - Last synced at: 10 days ago - Pushed at: 11 days ago - Stars: 1,434 - Forks: 108

struct/isoalloc

A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance

Language: C - Size: 2.1 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 356 - Forks: 24

redox-os/ralloc

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

Language: Rust - Size: 363 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 323 - Forks: 31

SergeyMakeev/smmalloc

Blazing fast memory allocator designed for video games

Language: C++ - Size: 1.66 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 307 - Forks: 26

pavel-kirienko/o1heap

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

Language: C++ - Size: 6.51 MB - Last synced at: 19 days ago - Pushed at: 26 days ago - Stars: 304 - Forks: 38

coldnight/go-memory-allocator-visual-guide

Go 语言内存分配可视化指南(A visual guide to Go Memory Allocator from scratch (Golang))

Size: 3.17 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 198 - Forks: 26

spaskalev/buddy_alloc

A single header buddy memory allocator for C & C++

Language: C - Size: 632 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 180 - Forks: 12

nxrighthere/Smmalloc-CSharp

Blazing fast memory allocator designed for video games meets .NET

Language: C++ - Size: 63.5 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 167 - Forks: 11

Shnatsel/libdiffuzz

Custom memory allocator that helps discover reads from uninitialized memory

Language: Rust - Size: 53.7 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 162 - Forks: 9

akhin/metamalloc

Malloc as a single-header library. Linux & Windows . Can also be used for local allocations. Repo also provides a live per-thread HTTP memory profiler as a separate single-header with no dependencies

Language: C++ - Size: 3.1 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 104 - Forks: 3

yvt/rlsf

Constant-time dynamic memory allocator in Rust

Language: Rust - Size: 252 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 99 - Forks: 7

facil-io/cstl

facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.

Language: C - Size: 20.1 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 88 - Forks: 6

Ragekill3377/Titanox

A hooking framework, symbol rebinder and memory-manager for jailed IOS, All-In-One.

Language: C++ - Size: 5.59 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 77 - Forks: 5

EmuraDaisuke/MemoryAllocator.KanameShiki

Fast multi-threaded memory allocator

Language: C++ - Size: 364 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 77 - Forks: 9

Anonym0usWork1221/C-Android-Memory-Tool

Android Memory Access at Runtime: Reading and Writing Using Memory Files and Maps

Language: C++ - Size: 43 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 69 - Forks: 25

LLNL/metall

Persistent memory allocator for data-centric analytics

Language: C++ - Size: 76.9 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 54 - Forks: 14

aarni57/offalloc Fork of sebbbi/OffsetAllocator

Fast O(1) offset allocator with minimal fragmentation

Language: C - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 53 - Forks: 3

m4drat/memplusplus

C++ memory allocator with smart GC

Language: C++ - Size: 1.23 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 50 - Forks: 4

endurodave/Allocator

An Efficient C++ Fixed Block Memory Allocator

Language: C++ - Size: 49.8 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 30 - Forks: 2

Thermadiag/micromalloc

Low memory overhead allocator

Language: C++ - Size: 355 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 29 - Forks: 0

strlcat/smalloc

SMalloc -- a *static* memory allocator.

Language: C - Size: 78.1 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 29 - Forks: 9

emeryberger/cheap

Cheap: customized heaps for improved application performance.

Language: C++ - Size: 1.69 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 27 - Forks: 5

marat1961/Oz-SGL

Standard Generic Library (SGL) for Pascal using records with heap memory allocator and typed memory regions.

Language: Pascal - Size: 624 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 21 - Forks: 5

akhin/llmalloc

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

Language: C++ - Size: 5.55 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 20 - Forks: 0

endurodave/C_Allocator

Fixed Block Memory Allocator in C

Language: C - Size: 48.8 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 20 - Forks: 2

plasma-umass/memory-landscape

The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).

Size: 3.96 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 19 - Forks: 1

yvt/xalloc-rs

Dynamic suballocators for external memory (e.g., Vulkan device memory). Umaintained - consider migrating to https://crates.io/crates/offset-allocator

Language: Rust - Size: 56.6 KB - Last synced at: 2 days ago - Pushed at: almost 3 years ago - Stars: 15 - Forks: 4

zhuzilin/pytorch-malloc

An external memory allocator example for PyTorch.

Language: C++ - Size: 21.5 KB - Last synced at: 24 days ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 2

daddinuz/arena

Region based memory allocator

Language: C - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 0

billyquith/MemoryPool Fork of cacay/MemoryPool

An easy to use and efficient memory pool allocator written in C++.

Language: C++ - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 11 - Forks: 2

ShisoftResearch/Skyhooks

Experimental NUMA-aware, lock-free heap memory allocator

Language: Rust - Size: 354 KB - Last synced at: 27 days ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 2

bitwizeshift/bit-memory

A hobby library for c++ memory management

Language: C++ - Size: 2.14 MB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 9 - Forks: 2

endurodave/xallocator

C++ Fixed Block Memory Allocator

Language: C++ - Size: 53.7 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 8 - Forks: 2

Kicksecure/hardened_malloc Fork of GrapheneOS/hardened_malloc

Hardened Memory Allocator for many Applications to increase Security. Debian packaging fork only. Fork Homepage: https://www.whonix.org/wiki/Hardened_Malloc Upstream original: https://github.com/GrapheneOS/hardened_malloc

Language: C - Size: 935 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 3

karanseq/simple-game-engine

A simple game engine written in C++.

Language: C++ - Size: 7.28 MB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 3

max0x7ba/thp-usage

A script to show processes that use transparent huge pages on Linux.

Language: Python - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 7 - Forks: 0

suzusuzu/malloc-rs

Implementation of malloc, realloc, calloc, and free in Rust.

Language: Rust - Size: 10.8 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

sebastianene07/calypso_os

Bare metal operating system designed for low power embedded devices with a small memory footprint

Language: C - Size: 52.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

thehxdev/libarena

Single-header Arena allocator library with multi-buffer support

Language: C - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

thehxdev/balloc

Fixed Buffer Memory Allocator in C

Language: C - Size: 24.4 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

rhit-rotho/libpbvt

Version control for arbitrary program memory

Language: C - Size: 212 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

HongyuHe/memory-allocator

:floppy_disk: A memory allocator written in C.

Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 2

abhi195/Dynamic-Storage-Allocator

Implemented functions of MALLOC, FREE and REALLOC routines and used explicit free list to keep track of free blocks in allocated heap memory.

Language: C - Size: 304 KB - Last synced at: 15 days ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 16

RafaelVVolkmer/libmemalloc

This library provides features such as allocation tracking with free flags, selection of allocation strategy, native memory control using brk/sbrk, an optional garbage collector, a detailed logging system for debugging, and support for malloc, calloc, realloc (heap allocation), and alloca (stack allocation).

Language: C - Size: 4.09 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

illdefined/sensitive

Simple Rust memory allocator for sensitive information

Language: Rust - Size: 125 KB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

borisRadonic/RTSHA

Real Time Safety Heap Allocator

Language: C++ - Size: 3.46 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

eloj/pma

Memory allocation/pointer elimination experiments

Language: C - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

naddamuhamed/MemoryAllocationSimulator

My OS II project

Language: Python - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 1

harikrishnan94/sheap

Shared memory Allocator

Language: C++ - Size: 56.6 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

aradzie/dlmalloc

Doug Lea's memory allocator

Language: C - Size: 122 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 2

pcercuei/tinymm

Tiny memory manager for tiny data

Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

fumiama/orbyte

Lightweight & Safe (buffer-writer | general object) pool.

Language: Go - Size: 78.1 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

KredeGC/KTL

A header-only library containing various allocators and containers for c++

Language: C++ - Size: 415 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

slicol/SGMemory

这是一个用来实现内存快照同步的技术方案。

Language: C++ - Size: 128 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

vita-rust/deblockator 📦

A global allocator to wrap fixed size block allocators

Language: Rust - Size: 42 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

carlosgaldino/maloca

A memory allocator

Language: Rust - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

Aden-Q/memory-pool

Object-Oriented Programming Course Project

Language: C++ - Size: 149 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

hhu-bsinfo/dxmem 📦

Memory allocator and management for billions of very small objects

Language: Java - Size: 2.48 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 4

mmcshane/pmr

Polymorphic Memory Resources

Language: C++ - Size: 131 KB - Last synced at: about 2 months ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 3

RohanVDvivedi/Slabby

A slab memory allocator in C.

Language: C - Size: 82 KB - Last synced at: 16 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

SyxMem/Syx-Memory

A C++ utility for accessing and manipulating memory in a target process.

Language: C++ - Size: 38.1 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

inonitz/bruhOS

Operating System Bootloader & Kernel

Language: C - Size: 3.49 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

warriors-life/memory-allocator

Simple JS memory allocator

Language: JavaScript - Size: 259 KB - Last synced at: 7 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

quqiOnfree/QuqiMemoryPool

This is a c++ memory pool.

Language: C++ - Size: 46.9 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

Mariona-FT/Operating-Systems-SIOP

SISTEMES OPERATIUS Curs 2021-22 EPSEVG

Language: C - Size: 23 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

RaulCotar/rayalloc

What if your memory allocator was also your dynamic array library?

Language: C - Size: 1.15 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

levontumanyan/Heap-Allocator

Writing my own memory/heap allocator in c

Language: C - Size: 46.9 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

onion108/cmemman

A memory manager for the C programming language.

Language: C - Size: 37.1 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 2

Azer0s/pogmalloc

A poggers malloc implementation

Language: C - Size: 43.9 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

marysaka/cryloc

A platform independent memory allocator in Crystal

Language: Crystal - Size: 10.7 KB - Last synced at: 13 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

barryz/gsorder

Reorders the fields of structure to optimize the amount of padding.

Language: Go - Size: 1.95 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

robinonsay/libjuno

The Juno library aims to make C99 development faster and more memory safe

Language: C - Size: 985 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

ademakov/slice-alloc

An experimental memory allocation library

Language: C - Size: 105 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Photosounder/CITAlloc

Compact Info Table Allocator, a malloc implementation for analysis that provides detailed info about all the buffers

Language: C - Size: 4.14 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

KabalMcBlade/Eos

Eos is a memory manager which allow you to better control the flow of your program and avoid any allocation at runtime

Language: C++ - Size: 137 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

kevink1113/SGCS_CSE4100

Multicore Programming (2023-1)

Language: C - Size: 911 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

IamSanjid/memory_pool

An Extended "Fixed Sized Memory Pool"

Language: C++ - Size: 79.1 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

victordobra/Wireframe-Allocator

Small library containing implementations for some allocator types

Language: C - Size: 837 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

kodachi77/SuperMalloc

kuszmaul/SuperMalloc port to Windows

Language: C - Size: 6.86 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

nyameaama/Embedded-Virtual-Memory

Platform Independent Virtual Memory Implementation for Memory Constrained Controllers

Language: C++ - Size: 5.6 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

viccpp/realloc4cpp

ISO WG21 proposal P0894

Language: C++ - Size: 61.5 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

karllinden/dima

Dependency injectable memory allocator

Size: 138 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

MarcelPiNacy/MPMalloc-Obsolete 📦

Lock-free memory allocator.

Language: C - Size: 567 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

nimatullo/dynamic-memory-allocator

Custom dynamic memory allocator written in C

Language: C - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

KizzyCode/ma_proper

This crate provides the cleaning memory allocator `MAProper`

Language: Rust - Size: 37.1 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Cybegon/SMA 📦

Shark Memory Allocator: Progressive allocator for the control program memory and resource.

Language: C - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

misachi/HeapAllocator

Heap Memory Allocator based on Heap Layers

Language: C++ - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

circonus-labs/leaklite

Realtime high-performance non-sampling memory allocation tracker prototype

Language: C - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

cyrillwork/TinyMalloc

Simple memory manager

Language: C - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

nompelis/INxalloc

A wrapper for the malloc() heap allocator that keeps track of memory with granularity

Language: C - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

harikrishnan94/SmallAlloc

A Thread safe and scalable allocator for small object sizes (< 8KiB)

Language: C++ - Size: 146 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

jolisper/memory_allocator

Memory allocator, similar to the one used in malloc function, implemented in Rust.

Language: Rust - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 1

Hongtae/DKMalloc

Fast and effective memory pool allocator for C / C++

Language: C++ - Size: 47.9 KB - Last synced at: 7 days ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 2

Shnatsel/libdiffuzz-c99

Custom memory allocator that helps discover reads from uninitialized memory (portable C99 implementation)

Language: C - Size: 30.3 KB - Last synced at: 3 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

Mistuke/winmem

New Windows Memory manager for the GHC Haskell Compiler

Language: C - Size: 7.81 KB - Last synced at: 14 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

mbuilov/memstack

simple memory stack allocation library

Language: C - Size: 106 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

tziporaziegler/ziegler-2015-mco-243 📦

Code written for Operating Systems class - Touro College, Spring 2015

Language: Java - Size: 656 KB - Last synced at: over 2 years ago - Pushed at: about 10 years ago - Stars: 1 - Forks: 0

Thog/cryloc

A platform independent memory allocator in Crystal

Language: Crystal - Size: 117 KB - Last synced at: over 1 year ago - Stars: 1 - Forks: 0