alloc
There are 53 repositories under alloc topic.
MaJerle/lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
andylokandy/smallbox
Small Box optimization: store small item on stack and fallback to heap for large item.
SkyEng1neering/dalloc
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.
Trantect/win-kmd-alloc
Windows kernel-mode driver Allocator for Rust
ctron/esp-idf-alloc
Rust allocator for ESP-IDF
jfrimmel/emballoc
Simple but reliable memory allocator for embedded Rust and #![no_std]
allexlima/PyBestfit
:vhs: 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.
lexus2k/tiny_mm
Tiny Memory Manager
NathanFAIN/Garbage_Collector
A simple Garbage Collector in C.
nvzqz/head-rs
Common Rust types with inline headers, such as HeaderVec for Vec
ErikGartner/custom-linux-alloc
Custom implementations of malloc, calloc, free and realloc.
MaulingMonkey/ialloc
Allocator interface traits for Rust
stdlib-js/array-base-filled
Create a filled generic array.
stdlib-js/array-base-filled-by
Create a filled generic array according to a provided callback function.
stdlib-js/array-base-ones
Create a generic array filled with ones.
stdlib-js/array-base-zeros
Create a zero-filled generic array.
stdlib-js/array-base-filled2d
Create a filled two-dimensional nested array.
stdlib-js/array-base-filled2d-by
Create a filled two-dimensional nested array according to a provided callback function.
stdlib-js/array-base-filled3d
Create a filled three-dimensional nested array.
stdlib-js/array-base-filled3d-by
Create a filled three-dimensional nested array according to a provided callback function.
stdlib-js/array-base-filled4d
Create a filled four-dimensional nested array.
stdlib-js/array-base-filled4d-by
Create a filled four-dimensional nested array according to a provided callback function.
stdlib-js/array-base-filled5d
Create a filled five-dimensional nested array.
stdlib-js/array-base-filled5d-by
Create a filled five-dimensional nested array according to a provided callback function.
stdlib-js/array-base-fillednd
Create a filled n-dimensional nested array.
stdlib-js/array-base-fillednd-by
Create a filled n-dimensional nested array according to a provided callback function.
stdlib-js/array-base-ones2d
Create a two-dimensional nested array filled with ones.
stdlib-js/array-base-ones3d
Create a three-dimensional nested array filled with ones.
stdlib-js/array-base-ones4d
Create a four-dimensional nested array filled with ones.
stdlib-js/array-base-ones5d
Create a five-dimensional nested array filled with ones.
stdlib-js/array-base-onesnd
Create an n-dimensional nested array filled with ones.
stdlib-js/array-base-zeros2d
Create a zero-filled two-dimensional nested array.
stdlib-js/array-base-zeros3d
Create a zero-filled three-dimensional nested array.
stdlib-js/array-base-zeros4d
Create a zero-filled four-dimensional nested array.
stdlib-js/array-base-zeros5d
Create a zero-filled five-dimensional nested array.
stdlib-js/array-base-zerosnd
Create a zero-filled n-dimensional nested array.