All Projects → buddy_alloc → Similar Projects or Alternatives

92 Open source projects that are alternatives of or similar to buddy_alloc

MemoryAllocator.KanameShiki
Fast multi-threaded memory allocator
Stars: ✭ 73 (+58.7%)
MemoryPool
simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)
Stars: ✭ 14 (-69.57%)
smalloc
SMalloc -- a *static* memory allocator.
Stars: ✭ 22 (-52.17%)
o1heap
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems
Stars: ✭ 119 (+158.7%)
Sralloc
Memory allocators
Stars: ✭ 25 (-45.65%)
Heapinspector For Ios
Find memory issues & leaks in your iOS app without instruments
Stars: ✭ 1,819 (+3854.35%)
Heap Layers
Heap Layers: An Extensible Memory Allocation Infrastructure
Stars: ✭ 260 (+465.22%)
Rmm
RAPIDS Memory Manager
Stars: ✭ 154 (+234.78%)
Scalene
Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python
Stars: ✭ 4,819 (+10376.09%)
poireau
Poireau: a sampling allocation debugger
Stars: ✭ 76 (+65.22%)
Mutual labels:  allocator, memory-management
mulle-allocator
🔄 Flexible C memory allocation scheme
Stars: ✭ 77 (+67.39%)
Mutual labels:  allocator, memory-allocation
metall
Persistent memory allocator for data-centric analytics
Stars: ✭ 46 (+0%)
Mutual labels:  allocator, memory-allocator
GC
A lightweight conservative garbage collector for C/C++
Stars: ✭ 108 (+134.78%)
Memreduct
Lightweight real-time memory management application to monitor and clean system memory on your computer.
Stars: ✭ 1,101 (+2293.48%)
Mutual labels:  memory-management
Quiz App
A repository reflecting the progress made on the "How to Build iOS Apps with Swift, TDD & Clean Architecture" YouTube series, by Caio & Mike.
Stars: ✭ 230 (+400%)
Mutual labels:  memory-management
Errand Boy
A memory-conscious alternative to os.fork() and subprocess.Popen().
Stars: ✭ 34 (-26.09%)
Mutual labels:  memory-management
Gc
Simple, zero-dependency garbage collection for C
Stars: ✭ 851 (+1750%)
Mutual labels:  memory-management
buddy system allocator
A buddy system allocator in pure Rust.
Stars: ✭ 40 (-13.04%)
Mutual labels:  allocator
Broom
An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection
Stars: ✭ 203 (+341.3%)
Mutual labels:  memory-management
Redis Memory Analyzer
Redis memory profiler to find the RAM bottlenecks throw scaning key space in real time and aggregate RAM usage statistic by patterns.
Stars: ✭ 591 (+1184.78%)
Mutual labels:  memory-management
Micro Mitten
You might not need your garbage collector
Stars: ✭ 470 (+921.74%)
Mutual labels:  memory-management
Blog
Our open source benchmarks and code samples
Stars: ✭ 162 (+252.17%)
Mutual labels:  memory-management
Mps
The Memory Pool System
Stars: ✭ 351 (+663.04%)
Mutual labels:  memory-management
Jemalloc.net
A native memory manager for .NET
Stars: ✭ 308 (+569.57%)
Mutual labels:  memory-management
book
Writing Interpreters in Rust: a Guide
Stars: ✭ 150 (+226.09%)
Mutual labels:  allocator
alloc-cortex-m
A heap allocator for Cortex-M processors
Stars: ✭ 139 (+202.17%)
Mutual labels:  allocator
Umpire
An application-focused API for memory management on NUMA & GPU architectures
Stars: ✭ 154 (+234.78%)
Mutual labels:  memory-management
Structlayout
Visual Studio Extension for C++ struct memory layout visualization
Stars: ✭ 270 (+486.96%)
Mutual labels:  memory-management
Weakable Self
A Swift micro-framework to easily deal with weak references to self inside closures
Stars: ✭ 64 (+39.13%)
Mutual labels:  memory-management
D3d12memoryallocator
Easy to integrate memory allocation library for Direct3D 12
Stars: ✭ 234 (+408.7%)
Mutual labels:  memory-management
Go Pmem
Native persistent memory support for Go
Stars: ✭ 57 (+23.91%)
Mutual labels:  memory-management
mimalloc-rust
The Best and Highest-Leveled and Newest bingding for MiMalloc Ever Existed in Rust
Stars: ✭ 30 (-34.78%)
Mutual labels:  allocator
Pytorch memonger
Experimental ground for optimizing memory of pytorch models
Stars: ✭ 223 (+384.78%)
Mutual labels:  memory-management
Articles Translator
📚Translate the distinct technical blogs. Please star or watch. Welcome to join me.
Stars: ✭ 606 (+1217.39%)
Mutual labels:  memory-management
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (+1154.35%)
Mutual labels:  memory-management
Ugc
A single-header incremental garbage collector library
Stars: ✭ 173 (+276.09%)
Mutual labels:  memory-management
Cone
Cone Programming Language
Stars: ✭ 257 (+458.7%)
Mutual labels:  memory-management
Avoid Memory Leak Android
🔥 Examples of memory leaks and common patterns that cause them in Android development and how to fix/avoid them
Stars: ✭ 140 (+204.35%)
Mutual labels:  memory-management
rs-process-memory
A rust library that allows you to read/write into the memory of other processes
Stars: ✭ 63 (+36.96%)
Mutual labels:  memory-management
Sinsofmemoryleaks
Some common patterns of memory leaks in Android development and how to fix/avoid them
Stars: ✭ 343 (+645.65%)
Mutual labels:  memory-management
python-memory-management-course
Demo code exploring Python's memory models and collection algorithms from the Talk Python Training course.
Stars: ✭ 31 (-32.61%)
Mutual labels:  memory-management
duma
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
Stars: ✭ 63 (+36.96%)
Mutual labels:  allocator
Isoalloc
A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
Stars: ✭ 130 (+182.61%)
Mutual labels:  memory-management
Unity-delayed-asset
**DEPRECATED** Plugin for Unity that allows to assign assets in the inspector while preventing Unity from automatically loading the assets in memory when a scene is loaded
Stars: ✭ 19 (-58.7%)
Mutual labels:  memory-management
Stringsareevil
Reducing memory allocations from 7.5GB to 32KB
Stars: ✭ 260 (+465.22%)
Mutual labels:  memory-management
Bdwgc
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc)
Stars: ✭ 1,855 (+3932.61%)
Mutual labels:  memory-management
redis-key-dashboard
This tool allows you to do a small analysis of the amount of keys and memory you use in Redis. It allows you to see overlooked keys and notice overuse.
Stars: ✭ 42 (-8.7%)
Mutual labels:  memory-management
Memorypool
一个极简内存池实现
Stars: ✭ 131 (+184.78%)
Mutual labels:  memory-management
scaraOS
A 32bit multiboot OS kernel for IA32 (PC/AT) systems.
Stars: ✭ 31 (-32.61%)
Mutual labels:  memory-management
Memory-Management-and-Advanced-Debugging-techniques
Tutorial:Memory Management and Advanced Debugging techniques
Stars: ✭ 25 (-45.65%)
Mutual labels:  memory-management
gctoolkit
Tool for parsing GC logs
Stars: ✭ 1,127 (+2350%)
Mutual labels:  memory-management
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (+178.26%)
Mutual labels:  memory-management
arm64-pgtable-tool
Tool for automatically generating MMU and translation table setup code, whether to drag and drop into your own bare metal arm64 projects or to assist you in your own learning.
Stars: ✭ 41 (-10.87%)
Mutual labels:  memory-management
Mesh
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
Stars: ✭ 1,243 (+2602.17%)
Mutual labels:  memory-management
java-memory-agent
Java Memory Agent for Container RAM Usage Optimization
Stars: ✭ 35 (-23.91%)
Mutual labels:  memory-management
cactusref
🌵 Cycle-Aware Reference Counting in Rust
Stars: ✭ 129 (+180.43%)
Mutual labels:  memory-management
slabdbg
GDB plug-in that helps exploiting the Linux kernel's SLUB allocator
Stars: ✭ 55 (+19.57%)
Mutual labels:  allocator
wasm
fast wasm modules
Stars: ✭ 37 (-19.57%)
Mutual labels:  allocator
Automem
C++-style automatic memory management smart pointers for D
Stars: ✭ 71 (+54.35%)
Mutual labels:  memory-management
Weakify
Provides a way use a method on a class as a closure value that would be referenced by some other component without causing memory leaks.
Stars: ✭ 65 (+41.3%)
Mutual labels:  memory-management
1-60 of 92 similar projects