alloc
Here are 51 public repositories matching this topic...
This is the custom implementation of function malloc for embedded systems, that defragmentate memory after using it. Good solution when you need to allocate memory dynamically, but memory fragmentation is the problem.
-
Updated
Feb 4, 2022 - C
📼 Memory allocation simulator using best fit algorithm. Software written in Python and PyQt. The best fit deals with an algorithm that searches the first closest memory block size of process size to alloc it one. And as an advantage, best fit provide a memory utilization more optimized.
-
Updated
Dec 6, 2016 - Python
Simple but reliable memory allocator for embedded Rust and #![no_std]
-
Updated
Sep 19, 2024 - Rust
Tiny Memory Manager
-
Updated
Nov 3, 2020 - C
A simple Garbage Collector in C.
-
Updated
Nov 21, 2019 - C
Custom implementations of malloc, calloc, free and realloc.
-
Updated
Jun 5, 2016 - C
A lightweight utility library for C with cross-platform features.
-
Updated
Feb 25, 2019 - C
Improve this page
Add a description, image, and links to the alloc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alloc topic, visit your repo's landing page and select "manage topics."