o1heap
memorymanager
o1heap | memorymanager | |
---|---|---|
4 | 2 | |
256 | 71 | |
- | - | |
2.1 | 10.0 | |
8 months ago | about 2 years ago | |
C++ | C++ | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
o1heap
-
I have 16 gigabytes of RAM and I am going to use 16 gigabytes of RAM.
https://github.com/pavel-kirienko/o1heap lol u think you’re kidding
- O1heap: Constant-complexity deterministic memory allocator for embedded systems
-
using heap in baremetal embedded
Another option is using an allocator that provides some guarantees that work for your use case, eg https://github.com/pavel-kirienko/o1heap
memorymanager
-
How to manage a buffer containing objects of varying size? For sparse chunk loading/unloading
the only person to have suggested a solution linked me this: https://github.com/schulkinator/memorymanager
p.s. someone suggested me this manager: https://github.com/schulkinator/memorymanager and I would appreciate your opinion on it if you have the time.
What are some alternatives?
memory - STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
tomorrow - A small graphical calculator project.
Vitis-Tutorials - Vitis In-Depth Tutorials
Heap-Layers - Heap Layers: An Extensible Memory Allocation Infrastructure
fprime - F´ - A flight software and embedded systems framework
Hoard - The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.
real-time-cpp - Source code for the book Real-Time C++, by Christopher Kormanyos
Bilobe - A New Programming Language To Introduce New Way To Code...
luos_engine - Open-source and real-time orchestrator for cyber-physical-systems, to easily design, test and deploy embedded applications and digital twins.
3DWorld - 3D Procedural Game Engine Using OpenGL
snmalloc - Message passing based allocator
metamalloc - Malloc as a single-header library which can also be used for local allocations. Linux & Windows. Repo also provides a live per-thread HTTP memory profiler as a separate single-header with no dependencies