-
Updated
Sep 11, 2021 - C
#
allocator
Here are 155 public repositories matching this topic...
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
-
Updated
Jun 10, 2021 - C++
The standard library of the D programming language
unicode
meta
functional
math
algorithms
datetime
containers
regex
concurrency
d
dlang
allocator
parallelism
digest
stdio
standard-library
traits
phobos
type-conversion
ranges
-
Updated
Oct 8, 2021 - D
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
-
Updated
Sep 5, 2021 - C++
malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)
-
Updated
Oct 8, 2021 - C
-
Updated
Dec 14, 2020 - Rust
pliniker
commented
Aug 21, 2020
Originally, Array didn't have runtime-borrow capability and I made the (hasty) decision to base the Array struct on using Cell<RawArray<T>>.
It is clear that it makes far more sense to use RefCell now, both from a semantic and performance basis. The explicit borrowflag can also be removed.
Source: interpreter/src/array.rs:42
Book: booksrc/chapter-interp-arrays.md
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems
algorithm
real-time
embedded
memory
realtime
allocator
memory-allocator
malloc
embedded-systems
constant-time
heap
memory-management
codebase
misra
worst-case
overhead
avionics
fit-algorithm
safety-critical
high-reliability
safety-critical-systems
hard-realtime
hard-real-time
wcmc
memory-fragments
high-integrity
-
Updated
Oct 9, 2021 - C++
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities
-
Updated
Jun 4, 2021 - D
C++-style automatic memory management smart pointers for D
-
Updated
Aug 10, 2021 - D
Poireau: a sampling allocation debugger
-
Updated
May 20, 2021 - C++
Fast multi-threaded memory allocator
multi-threading
cpp
multithreading
allocator
memory-allocator
malloc
memory-management
lock-free
memory-allocation
malloc-benchmarks
malloc-library
-
Updated
Oct 19, 2019 - C++
TLSF: two-level segregated fit O(1) allocator
-
Updated
Dec 15, 2019 - C
A general purpose, multithreaded capable slab allocator for Zig
-
Updated
Jan 27, 2021 - Zig
Meta allocator for persistent memory
-
Updated
Oct 8, 2021 - C++
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
-
Updated
Sep 13, 2021 - C
A memory allocator written for AssemblyScript
-
Updated
Aug 11, 2021 - TypeScript
A buddy system allocator in pure Rust.
-
Updated
Jul 17, 2021 - Rust
Speed up the memory allocation and improve the garbage collection performance.
-
Updated
Sep 14, 2021 - Go
Improve this page
Add a description, image, and links to the allocator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the allocator topic, visit your repo's landing page and select "manage topics."
The visualizer gives blocks different colors based on what type of memory they are (linear or non-linear). We should add the option to give every allocation a different color (hash of chunk_id probably). That will make it easier to spot which blocks are large and which blocks are small.