Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for allocation allocator
allocation
x
allocator
x
176 search results found
Vulkanmemoryallocator
⭐
2,189
Easy to integrate Vulkan memory allocation library
Rpmalloc
⭐
1,915
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
Bumpalo
⭐
1,164
A fast bump allocation arena for Rust
Hardened_malloc
⭐
1,053
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.
Memory Allocators
⭐
835
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
D3d12memoryallocator
⭐
626
Easy to integrate memory allocation library for Direct3D 12
Wee_alloc
⭐
581
The Wasm-Enabled, Elfin Allocator
Heap Layers
⭐
345
Heap Layers: An Extensible Memory Allocation Infrastructure
Libtess2
⭐
343
Game and tools oriented refactored version of GLU tesselator.
Ig Memtrace
⭐
341
Memory Tracing Software
Isoalloc
⭐
338
A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
Mimalloc Bench
⭐
277
Suite for benchmarking malloc implementations.
Smmalloc
⭐
253
Blazing fast memory allocator designed for video games
Allocators Rs
⭐
228
Allocators in Rust
Array
⭐
197
contiguous container library - arrays with customizable allocation, small buffer optimization and more
Cap
⭐
176
An allocator that can track and limit memory usage.
O1heap
⭐
170
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems. There is very little activity because the project is finished and does not require further changes.
Allocator
⭐
164
Ultra fast C++11 allocator for STL containers.
Allocator
⭐
155
Incubator for a general Unix Device Memory Allocation library
Rust Alloc No Stdlib
⭐
152
An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.
Ltalloc
⭐
144
LightweighT Almost Lock-Less Oriented for C++ programs memory allocator
Vk Mem Rs
⭐
131
Rust bindings for AMD Vulkan Memory Allocator (VMA)
Coca
⭐
122
Allocation-free data structures that make do with the memory they're given
Smmalloc Csharp
⭐
118
Blazing fast memory allocator designed for video games meets .NET
Memalloc
⭐
117
A simple memory allocator - Memory allocation 101
Fc_malloc
⭐
109
Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.
Nflibs
⭐
106
A collection of interoperable minimalistic C libraries
Awesome Allocators
⭐
90
Awesome links and information about memory allocation
Allocatorbuilder
⭐
87
Policy Based C++ Allocator Library
Salt
⭐
85
SALT - SLUB ALlocator Tracer for the Linux kernel
Lockfree Malloc
⭐
77
The world's first Web-scale memory allocator
Mulle Allocator
⭐
75
🔄 Flexible C memory allocation scheme
Poireau
⭐
74
Poireau: a sampling allocation debugger
Was Not Wasm
⭐
74
A hostile memory allocator to make WebAssembly applications more predictable.
Wasm Tracing Allocator
⭐
71
A global allocator for Wasm that traces allocations and deallocations for debugging purposes.
Mem
⭐
68
A memory allocator for Go.
Userland Slab Allocator
⭐
58
A carefully optimised, POSIX-compatible slab allocator for userspace.
Mallocng Draft
⭐
58
Working draft of nextgen malloc implementation for musl libc
Rpmalloc Benchmark
⭐
56
Benchmarks for our memory allocator
Tlsf
⭐
53
TLSF: two-level segregated fit O(1) allocator
Memoryallocator.kanameshiki
⭐
49
Fast multi-threaded memory allocator
Buddy Malloc
⭐
46
An implementation of buddy memory allocation
Jemalloc Win32
⭐
43
jemalloc — general purpose memory allocation functions, can be compiled on the windows.
Memutils
⭐
40
Overhead allocators, allocator-aware containers and lifetime management for D objects
Objectpool
⭐
40
Object pool implementation in C++11
Zig General Purpose Allocator
⭐
36
work-in-progress general purpose allocator intended to be eventually merged into Zig standard library. live streamed development
Estdlib
⭐
36
C++ Standard Lib adapted to embedded environments
Zee_alloc
⭐
33
tiny Zig allocator primarily targeting WebAssembly
Wof_alloc
⭐
32
Fast C/C++ memory allocator with free-all operation
Adma
⭐
31
A general purpose, multithreaded capable slab allocator for Zig
Rust Assert No Alloc
⭐
31
Custom Rust allocator allowing to temporarily disable memory (de)allocations for a thread. Aborts or prints a warning if allocating although forbidden.
Enet.managed
⭐
31
A managed wrapper for ENet UDP Networking Library written in C#
Jl_signal
⭐
30
A reasonably fast and tidy C++ implemention of signals/slots
Wb_alloc
⭐
30
Easy to use custom allocators in a single-header, public domain C/C++ library
Rust Malloc
⭐
30
A pure Rust memory allocator
Coin Allocator
⭐
28
Bitcoin/Altcoin/USD trading bot. Moderately profitable, but no longer under active development
Hebimath
⭐
28
arbitrary precision arithmetic library
Bitsquid Foundation
⭐
21
A minimalistic foundation library with functions for memory allocation, basic collections, etc. The library has been written with a data-oriented philosophy: POD structures are preferred over classes, flat arrays are the preferred data structure, etc.
Tracing_allocator
⭐
21
This custom Rust allocator logs all memory actions for further analysis
Cheap
⭐
21
Cheap: customized heaps for improved application performance.
Travoros
⭐
20
A simple OS running on Intel x86 architecture | No longer updating
Protoson
⭐
18
Json Binary Encoding for Microcontrollers
Btree Alloc
⭐
17
Memory allocation benchmark
Memory_lib
⭐
17
Lock-free memory allocator
Learning Mit 6.828
⭐
16
something you need in MIT 6.828 Fall 2019
Tars
⭐
16
Data structure containers with protected memory for Rust
Libc_alloc
⭐
16
A simple global allocator for Rust which hooks into `libc`. Useful in `no_std` contexts.
Libimxdmabuffer
⭐
15
Library for allocating and managing physically contiguous memory ("DMA memory" or "DMA buffers") on i.MX devices
Scratchpad
⭐
15
A Rust library providing a stack-like memory allocator with double-ended allocation support.
Aligned_alloc.rs
⭐
14
Aligned allocation for Rust
Memory Pool Allocator
⭐
13
C memory allocator based on pools, thread safe.
Context Allocator
⭐
13
Rust crate to support allocation in contexts
Collam
⭐
13
A naive and thread safe general-purpose allocator written in Rust built with #[no_std].
Packetallocator
⭐
12
C++ Memory allocator for packet queues that free() in roughly the same order that they alloc().
Small_vector
⭐
11
Small small_vector
Pc Malloc
⭐
11
Allocation Counter
⭐
11
Rust library to measure memory allocations of a function or closure.
Alloc.jl
⭐
10
Libmem
⭐
9
Smal
⭐
9
SMAL - a Simple Mark-sweep ALlocator
Memtailor
⭐
8
C++ library of special purpose memory allocators.
Cppfactory
⭐
8
Modern c++ object factory implementation in <200 lines
Memory Landscape
⭐
7
The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).
Nodeallocator
⭐
7
A resource broker tool for MPI programs in a shared cluster, considering the current compute load and available network bandwidths.
Numanji
⭐
7
Local-affinity first NUMA-aware allocator with optional fallback.
Rcmalloc
⭐
7
robust/easy-to-use/fast/low fragmentation c++ memory allocator
Memheap
⭐
7
Memory heap
Llvm Register Allocator
⭐
7
A graph coloring register allocator for LLVM.
Buddy Allocator
⭐
7
Embedded C++ buddy allocator.
Simpool
⭐
6
Simpool is a set of simple pooled memory allocators
Buddy Alloc
⭐
6
Embedded Buddy Allocator
Bitsquid Foundation Git
⭐
6
This is a git mirror of Bitsquid's Foundation library.
Ramalloc
⭐
6
a parallelized, amortized-constant time allocator for objects smaller than a hardware page.
Hi Dmm
⭐
6
Hi-DMM: High-Performance Dynamic Memory Management in HLS (High-Level Synthesis)
Liballocator
⭐
5
C++ memory allocator for embedded systems
Mockalloc
⭐
5
Rust library for testing code relying on the global allocator
Sralloc
⭐
5
Memory allocators
R Efi Alloc
⭐
5
UEFI Memory Allocator Integration
Libpspvram
⭐
5
Dynamic VRAM allocation manager for the PSP
Fixed Typed Arena
⭐
5
A typed arena that uses fixed-size chunks to ensure non-amortized O(1) allocations
Related Searches
C Allocation (357)
Python Allocation (314)
C Plus Plus Allocator (310)
C Plus Plus Allocation (306)
C Allocator (266)
Rust Allocator (161)
Rust Allocation (141)
1-100 of 176 search results
Next >
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2023 Awesome Open Source. All rights reserved.