CATEGORY

Memory management 1,342 crates

Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.

portal-solutions-id-arenaA simple, id-based arena.1,161MIT/Apache-2.0Memory managementNo standard library microstringSmall, niche-able, stack allocated strings1,158Apache-2.0 OR MITData structuresMemory management redoubt-codec-coreCore implementation for redoubt-codec1,142MIT OR Apache-2.0EncodingMemory management teaspoonAn allocator for when all you have is a teaspoon of memory1,135BSD-3-ClauseMemory managementNo standard library bitcoin-arenaEfficient arena-based memory management crate for high-performance Rust applications, facilitating customized memory allocations.1,127MITCompilersData structures interbA high-performance, thread-safe string interner backed by a concurrent bump allocator.1,123MIT OR Apache-2.0Data structuresMemory management better_mimalloc_sysSys crate wrapping mimalloc (dev-branch fork for better_mimalloc_rs)1,114MITAPI bindingsMemory management rustfoundryA Rust service rustfoundry library.1,101BSD-3-ClauseConfigurationDevelopment tools praborrow-coreCore primitives for PraBorrow. Implements Sovereign<T> for distributed ownership enforcement.1,091MITConcurrencyMemory management compact_stringCompact representation of UTF-8 Strings that are immutable and less than 256 bytes in length.1,072Apache-2.0CachingEncoding temprefThis crate provides a type whose value remains unchanged even when accessed through a mutable reference.1,072MIT OR Apache-2.0ConcurrencyData structures memory-pool-allocatorA fixed-size, thread-safe memory pool allocator for Rust, supporting custom chunk sizes and efficient allocation/deallocation.1,046MIT OR Apache-2.0Embedded developmentMemory management mrcMRC-2014 file format reader/writer for cryo-EM — SIMD-accelerated, mmap-enabled1,044MITData structuresMemory management waitfree-syncA collection of wait-free data structures1,041MIT OR Apache-2.0ConcurrencyData structures simple-cacherA high-performance, flexible caching library with custom matching capabilities and automatic expiration1,034MITCachingData structures better_mimalloc_rsA mimalloc wrapper that exposes tuning knobs and tracks the dev branch1,029MITAPI bindingsMemory management thread-checked-lockGracefully error when a thread attempts to acquire the same lock twice1,027MIT OR Apache-2.0ConcurrencyMemory management water_bufferA high-performance, zero-overhead byte buffer implementation in Rust that outperforms the industry-standard `BytesMut` by…1,011MITCachingMemory management redoubt-codecHigh-performance secure codec with memory zeroization998MIT OR Apache-2.0EncodingMemory management flagged_pointerA safe abstraction for tagged pointers using unused bits for flags998MITData structuresMemory management bgdropA Rust crate that uses a dedicated thread and channel to reduce latency caused by memory deallocation.989MITConcurrencyMemory management pie_coreA high-performance, index-based data structure toolkit. Provides an arena allocator (ElemPool) used to build a cache-friendly…989MPL-2.0AlgorithmsData structures drive-optimization-wizardA tool to optimize and clean your drive space.988MITCachingCommand line utilities stable_gen_mapThis crate provides Single-threaded generational maps with insert(&self), stable references across growth, and smart-pointer…988MITData structuresMemory management libutils-cageA thread-safe static mutable wrapper984MITConcurrencyData structures heapsterA lightweight wrapper enhancing the global allocator with useful metrics.981CC0-1.0 OR MITDevelopment tools::ProfilingMemory management slice-rcA variety of reference-counted pointers with better support for slices than std::rc::Rc973non-standardData structuresMemory management libutils-arrayA maximum-sized array stored on the stack947MITAlgorithmsData structures gentoo-internerString interning for Gentoo-related crates946MITData structuresMemory management static_memory_rsA fixed-capacity, no_std-friendly memory region with typed read/write access, runtime bounds checks, and alignment verification —…932MITData structuresEmbedded development embeddenator-vsaVector Symbolic Architecture operations for sparse ternary representations926MITAlgorithmsData structures temporary-owner-rsA crate which provides a temporary exclusive ownership over the data which can be Send to other thread924MPL-2.0 OR EUPL-1.2Memory management bitcoin-locked-poolA memory pool for locked memory chunks to securely handle sensitive data, preventing it from being swapped to disk.920MITCryptographyData structures redoubt-bufferPage-aligned memory buffers with mlock and mprotect support919MIT OR Apache-2.0Data structuresMemory management redoubt-guardProcess-level memory protection via prctl and mlock916MIT OR Apache-2.0Memory managementOperating systems bounded-static-derive-moreMacro to derive ToBoundedStatic and IntoBoundedStatic traits911Apache-2.0Data structuresMemory management rudo-gc-deriveDerive macro for the rudo-gc Trace trait909MIT OR Apache-2.0Memory managementRust patterns dstifysafe construction of custom dynamically-sized types (DSTs)905MIT OR Apache-2.0Data structuresMemory management lendpoolA simple lock-free library for allowing safe and concurrent access to a group of objects898MITAsynchronousConcurrency static_initializerGlobal non-lazy zero-cost statics without `const fn`898non-standardMemory managementNo standard library sys_allocLow-level system allocator primitives895MIT OR Apache-2.0Memory managementRust patterns smmallocsmalloc is a simple, fast allocator890MIT OR Apache-2.0 OR TGPPL-1.0Memory management redoubt-secretHigh-level Secret wrapper with automatic zeroization886GPL-3.0-onlyCryptographyMemory management hisi-allocRuntime-neutral SRAM arena allocator for HiSilicon embedded Rust systems874MITEmbedded developmentMemory management pagemap2A crate to provide a simple API to Linux kernel's pagemap API.857Apache-2.0Memory managementOperating systems rsealMemory sealing operations852MIT OR Apache-2.0API bindingsMemory management multitudeFast and flexible arena allocator.847MITData structuresMemory management xchannelmmap-backed IPC channels with regionized layout, alignment-safe headers, and file rolling.841MITConcurrencyData structures dstify_deriveproc macro for dstify839MIT OR Apache-2.0Data structuresMemory management substdAn unstable replacement for std and core modules with a focus on speed over safety.836Apache-2.0Development toolsHardware support redoubt-vault-coreCore implementation for redoubt-vault encrypted storage830MIT OR Apache-2.0CryptographyMemory management bbqueue-heapA SPSC, lockless, no_std, thread safe, queue, based on BipBuffers820MIT OR Apache-2.0Embedded developmentMemory management asylumA fast, lightweight string interner with deferred cleanup.794MITCachingData structures redoubt-vault-deriveDerive macros for redoubt-vault encrypted storage760MIT OR Apache-2.0CryptographyMemory management rudo-gcA garbage-collected smart pointer with automatic cycle detection using BiBOP memory layout and Mark-Sweep collection756MIT OR Apache-2.0Memory managementRust patterns supply-chain-trust-crate-000022Single assignment cells and lazy values.748MIT OR Apache-2.0Memory managementRust patterns ctoptionA compile-time option whose discriminant is elevated to compile time.748MIT OR Apache-2.0Data structuresMemory management memapi2A no_std/no-alloc-friendly memory allocation interface for raw buffers, with improved error reporting.745GPL-3.0 OR MITMemory managementNo standard library::No dynamic allocation supply-chain-trust-example-crate-000067Pre-allocated storage for a uniform data type733MITData structuresMemory management ipc_ringHigh-performance memory-mapped SPSC ring buffer for Unix IPC720MITConcurrencyMemory management supply-chain-trust-crate-000034A macro for declaring lazily evaluated statics in Rust.702MIT OR Apache-2.0Memory managementNo standard library str_cacheA fast, lock-free, thread-safe string interning library680MITConcurrencyData structures grift_arenaA minimal no_std, no_alloc arena allocator with garbage collection for the Grift Scheme interpreter678MIT OR Apache-2.0Embedded developmentMemory management numaperf-affinityThread pinning and CPU affinity management678MIT OR Apache-2.0ConcurrencyMemory management nodedb-memGlobal NUMA-aware memory governor preventing subsystem OOM and cache cannibalization677Apache-2.0ConcurrencyMemory management fastallocHigh-performance memory pooling library with type-safe handles, predictable latency, and zero fragmentation. Perfect for game…671MITData structuresEmbedded development redoubt-vaultEncrypted vault with field-level access and automatic zeroization657MIT OR Apache-2.0CryptographyMemory management uncooked_slicesA wrapper around raw slice pointers that enables safe iteration and indexing642MIT OR Apache-2.0Memory managementNo standard library fionn-poolTape pooling for reduced allocation overhead631MIT OR Apache-2.0Memory management tg-kernel-vmKernel virtual memory management for rCore tutorial OS.624GPL-3.0Embedded developmentMemory management tg-kernel-allocKernel memory allocator for rCore tutorial OS using buddy allocation.623GPL-3.0Embedded developmentMemory management rudo-gc-tokio-deriveProc-macro for rudo-gc tokio integration615MIT OR Apache-2.0Memory managementRust patterns only_allocAn allocator wrapper that disables deallocating memory within it.610MITMemory managementNo standard library swamp-layoutMemory layout calculation for Swamp ABI types, handling size, alignment, and efficient representation of data structures607MITCompilersData structures arena-bProduction-grade bump allocator with lock-free, slab, and virtual-memory tooling for parsers, game engines, and request-scoped…605MIT OR Apache-2.0Data structuresMemory management accessibleNon-trapping memory readability probes for FFI sanity checks603Apache-2.0Development tools::FFIMemory management hft-channelSPMC broadcast channel for HFT and real-time systems603LGPL-3.0-or-laterConcurrencyData structures oncelockA fast and simple implementation of OnceLock590MIT OR Apache-2.0ConcurrencyMemory management swmr-epochSingle-writer multi-reader epoch-based garbage collection system with minimal locking578MIT OR Apache-2.0ConcurrencyData structures light_cloneCompile-time enforcement for O(1) clone operations574MIT OR Apache-2.0Memory managementRust patterns praborrow-logisticsZero-copy buffer abstraction. Handles raw byte streams without allocation overhead.570MITMemory managementNetwork programming anchored-poolBounded and unbounded pools for generic resources or buffers557MIT OR Apache-2.0Memory management redoubtSystematic encryption-at-rest for in-memory sensitive data in Rust555MIT OR Apache-2.0CryptographyMemory management wasefire-slice-cellSlice with dynamic borrow checking546Apache-2.0Data structuresMemory management numaperf-shardedPer-node sharded data structures for NUMA systems530MIT OR Apache-2.0ConcurrencyMemory management bias-shared-arenaA thread-safe & efficient memory pool527MITConcurrencyMemory management no_dropA simple wrapper type that guards against a value being automatically dropped.509MIT OR Apache-2.0Memory managementRust patterns dense-slotmap-memFixed-capacity, generation-tracked dense slot map with stable handles and raw memory interface, optimized for the Swamp VM494MITData structuresMemory management classifiedHigh-assurance Operations for Number-theoretic Extension Sets and Theorems (Galois Fields).480MIT OR Apache-2.0CryptographyMemory management memkitDeterministic, intent-driven memory allocation for systems requiring predictable performance475MPL-2.0ConcurrencyMemory management numaperf-memNUMA-aware memory allocation and placement policies469MIT OR Apache-2.0ConcurrencyMemory management numaperf-perfNUMA locality observability and metrics collection456MITConcurrencyMemory management numaperf-ioDevice locality discovery for NICs and storage454MIT OR Apache-2.0ConcurrencyMemory management numaperf-schedTopology-aware work scheduling with locality-preserving stealing454MITConcurrencyMemory management kithara-bufpoolSharded buffer pool for zero-allocation audio hot paths.442MIT OR Apache-2.0ConcurrencyMemory management concurrent_diskmapMulti-threaded disk-backed hash map with sharded locking (work in progress)437Apache-2.0Data structuresDatabase implementations hft-jobsAllocation-free job system for HFT and real-time systems431LGPL-3.0-or-laterConcurrencyData structures ranged-mmapType-safe memory-mapped file library with lock-free concurrent writes to non-overlapping ranges430MIT OR Apache-2.0ConcurrencyFilesystem opendiskmapSingle-threaded disk-backed hash map with memory-mapped file backing418Apache-2.0Data structuresDatabase implementations agentic-memory-mcpMCP server for AgenticMemory - universal LLM access to persistent graph memory412MITDevelopment toolsMemory management typed_ecsA no_std, no_alloc ECS with compile-time guarantees, and BLAZING PERFORMANCE!407MIT OR Apache-2.0Development toolsEmbedded development sefer-allocA safe-by-construction, 100% Rust memory toolkit (no C/C++ libraries — no libnuma/mimalloc/jemalloc/snmalloc/tcmalloc): a…405MIT OR Apache-2.0ConcurrencyData structures hislabA high-performance slab allocator with hierarchical bitmap for O(1) insert/remove operations388MIT OR Apache-2.0Data structuresMemory management sefer-region100% Rust typed handle-addressed store — Region<T> + generational Handle<T> + thread-safe SyncRegion<T> over the audited…386MIT OR Apache-2.0Data structuresMemory management pluralityA highly efficient pooling memory allocator381MITData structuresMemory management hypomnesisExternal RAM and VRAM measurement for Rust processes (process RSS plus per-process and device-wide GPU memory: Windows DXGI +…380MIT OR Apache-2.0Hardware supportMemory management aligned-vmemCross-platform aligned anonymous virtual memory: reserve a power-of-two-aligned span (over-reserve + trim), commit/decommit…380MIT OR Apache-2.0Memory managementNo standard library::No dynamic allocation numaperfNUMA-first runtime for latency-critical Rust applications378MITConcurrencyMemory management chunked-range-allocA simple generic range allocator for chunked external memory376MIT OR Apache-2.0Game developmentMemory management bump_alloc2An implementation of a bump allocator using mmap373CC0-1.0Memory management segmented_vectora mutable vector type built from array segments, similar to clojure's persistent vector353Apache-2.0Data structuresEmbedded development cold-stringA 1-word SSO string that saves up to 24 bytes over String.352MIT OR Apache-2.0EncodingMemory management ax-codec-coreCore binary codec library with zero-copy decoding, varint encoding, and configurable decode limits351MITData structuresEncoding dambiSingle-threaded (!Send + !Sync) primitives349MITData structuresMemory management orthotopeArena-based memory allocator with per-thread caches and fixed size classes, designed for allocation-heavy workloads like ML…323MITMemory management kotoba-memoryAdvanced memory management and optimization tools for KotobaDB318Apache-2.0Development toolsMemory management ruvix-regionMemory region management for RuVix Cognition Kernel (ADR-087)309MIT OR Apache-2.0Embedded developmentMemory management llt-rsLow-Latency Primitives Toolkit for Rust304MITConcurrencyData structures nearestSelf-relative pointer library for region-based allocation301Apache-2.0 OR MITData structuresMemory management zerodds-transport-shmZeroDDS-SHM-Transport — Cross-Process Shared-Memory-Transport via POSIX shm_open/mmap, Lock-free SpSc-Ringbuffer, Crash-Recovery.297Apache-2.0Memory managementNetwork programming vvA memory-contiguous `Vec<Vec<T>>` with resizable inner vecs.293MIT OR Apache-2.0CachingData structures columnedA single, contiguous, allocation for multiple arrays287MITMemory management frameallocIntent-aware, thread-smart memory allocation for Rust game engines285MIT OR Apache-2.0ConcurrencyGame development zerodds-flatdataFlatStruct trait for zero-copy same-host pub/sub (zerodds-flatdata-1.0): SlotBackend trait, in-memory allocator, POSIX shm/mmap,…284Apache-2.0Memory managementNetwork programming stringletA fast, cheap, compile-time constructible, Copy-able, kinda primitive inline string type with 4 variants.279GPL-2.0-or-later OR Apache-2.0Data structuresMemory management memkit-gpuBackend-agnostic GPU memory management for memkit278MPL-2.0GraphicsMemory management sanitization-crypto-interopCrypto crate interop helpers for the sanitization crate.272MIT OR Apache-2.0CryptographyMemory management ax-codec-bytesBuffer pooling and bytes crate integration for zero-copy operations and memory-efficient encoding268MITData structuresEncoding cap_vecA no_std heap-backed vector with fixed compile-time maximum capacity.263MITData structuresMemory management zero-secretsZeroizing secret wrappers (SecretString / SecretBytes / SecretArray) backed by RustCrypto zeroize.258MITCryptographyMemory management sanitization-deriveOptional derive macros for the sanitization crate.258MIT OR Apache-2.0CryptographyMemory management edirstatA fast, cross-platform disk usage analyzer and deduplicator—with work-stealing multithreading, zero-copy snapshots, and an…255MITConcurrencyFilesystem cynapseReal-time, memory-resident binary integrity verification for Rust applications254MIT OR Apache-2.0CryptographyDevelopment tools arity-arraysFixed and pointer-sized heap-packed arrays over a generic arity, indexed without bounds checks248MITData structuresMemory management locksThread-safe type wrappers241MITConcurrencyData structures jinternerEfficient and concurrent interning of JSON data237MIT OR Apache-2.0CachingConcurrency fastarenaA zero-dependency, bump-pointer arena allocator with RAII transactions, nested savepoints, optional LIFO destructor tracking, and…237MITData structuresMemory management keleusma-arenaDual-end bump-allocated arena for embedded Rust with fixed-size storage, constant-time allocation, and a generic memory budget…2370BSDEmbedded developmentMemory management mod-allocAllocation profiling for Rust. Counters, peak resident, and call-site grouping with inline backtrace capture. Zero external…234Apache-2.0Development tools::ProfilingMemory management tibet-trust-kernelZero-trust security foundation — AES-256-GCM encryption, SHA-256 integrity, sandboxed execution, cross-machine memory transport.…229MITCryptographyHardware support native-ipc-corePlatform-neutral, pointer-free protocol and sequencing primitives for native-ipc219MIT OR Apache-2.0Memory managementOperating systems forge-alloc-coreCore trait contracts (Allocator/Deallocator/OsBacked/FixedRange/FreelistProtection) and NonZeroLayout for the forge-alloc family215MIT OR Apache-2.0Memory managementNo standard library zombie-rsZombie - automatic memory management through lazy eviction and recomputation210MITData structuresMemory management oximedia-cacheHigh-performance caching infrastructure for OxiMedia: LRU, tiered multi-level, and predictive cache warming210Apache-2.0CachingMemory management zombie_deriveDerive macros for zombie-rs (ZombieOps)209MITMemory management numallocA blazing-fast, NUMA-aware memory allocator written in pure Rust209MITConcurrencyMemory management cargo-faStatic analysis tool for framealloc - detect memory intent violations before runtime208MIT OR Apache-2.0Development toolsMemory management unimemzero-copy memory driver for Apple Silicon208LicenseRef-CyberHardware supportMemory management trash_parallelismAzzybana Raccoon's comprehensive parallelism library.207Apache-2.0AsynchronousConcurrency pe-sigscanFast in-process byte-pattern (signature) scanning over the .text and other executable sections of a loaded PE module on Windows.…207MIT OR Apache-2.0Memory managementNo standard library specter-memARM64 memory manipulation framework for iOS/macOS — inline hooking, stealth code patching, hardware breakpoints, and shellcode…206MITDevelopment tools::FFIMemory management forge-allocComposable memory allocator primitives — pay-for-what-you-use security hardening with zero-cost type-level composition202MIT OR Apache-2.0Memory managementNo standard library tibet-cortex-airlocktibet-cortex-airlock: zero-plaintext-lifetime processing with mlock and zeroize198MIT OR Apache-2.0CryptographyMemory management mtb-entity-slabSlab-style entity storage: stable IDs, internal mutability; not a full ECS.198MITData structuresMemory management key-vaultEnterprise-grade key management vault for Rust. 9-layer defense-in-depth: fragmentation, decoy bytes, codex transform, mlock +…195Apache-2.0 OR MITAPI bindingsAuthentication sanitization-arrayvecArrayVec integration wrappers for the sanitization crate.195MIT OR Apache-2.0CryptographyMemory management sanitization-bytesbytes::BytesMut integration wrappers for the sanitization crate.193MIT OR Apache-2.0CryptographyMemory management allocatedAbstractions for working with explicitly allocated data structures189MIT OR Apache-2.0Data structuresMemory management axiom_memA stable and high-performance low-level memory management library for Rust, providing fixed-capacity pools and deterministic…186MITData structuresMemory management disruptor-mpUltra-low-latency and high-throughput multiprocess ring-buffer substrate over SHM and mmap (LMAX Disruptor design, extended…185MIT OR Apache-2.0AlgorithmsConcurrency ruvector-memoptIntelligent cross-platform memory optimizer with neural learning capabilities for smart optimization decisions172MITCommand line utilitiesMemory management cortex-airlockTIBET Cortex Airlock: zero-plaintext-lifetime processing with mlock and zeroize172MIT OR Apache-2.0CryptographyMemory management memkit-coCPU-GPU memory coordination for the memkit ecosystem171MPL-2.0ConcurrencyGraphics sinstrA single WORD small string optimization library.165MITEncodingMemory management native-ipcOne safe API for least-authority native shared memory: sealed memfd on Linux, Mach memory entries on macOS, exact-rights sections…157MIT OR Apache-2.0Memory managementOperating systems axicor-coreAxicor SNN engine — C-ABI memory contracts, SoA layouts, and IPC primitives157MIT OR Apache-2.0Data structuresEmbedded development zigzag-allocA collection of explicit memory allocators and collections inspired by Zig152MITMemory managementNo standard library locus-allocNUMA-aware KV-block pooling with owner-drained chunk mailboxes for CPU LLM inference serving149Apache-2.0ConcurrencyHardware support tiverse-mmapModern, safe, and ergonomic memory-mapped file I/O library with zero unsafe in public API148MIT OR Apache-2.0API bindingsFilesystem secbufSecure, high-performance buffer management with automatic memory zeroing and aggressive cleanup145MIT OR Apache-2.0CryptographyData structures ptabLock-free concurrent table optimized for read-heavy workloads145MIT OR Apache-2.0ConcurrencyData structures cow_vecA vector-like container optimized for efficient cloning with copy-on-write semantics144MITData structuresMemory management o1heapRust bindings for o1heap - a constant-time deterministic memory allocator135MITEmbedded developmentMemory management once-arrayAppend-only single-writer fixed-capacity vector that can be shared across threads and accessed as a slice134MIT OR Apache-2.0ConcurrencyData structures branch_allocatorA lock-free buddy allocator for `no_std`.134MIT OR Apache-2.0AlgorithmsConcurrency jevmalloc-sysRust allocator wrapping jemalloc.133MIT/Apache-2.0API bindingsMemory management d7s_authCredential storage for d7s using platform keyrings131MITCryptographyDevelopment tools lite-allocA lightweight, single-threaded memory allocator designed for WebAssembly and embedded systems.128MITEmbedded developmentMemory management asherah-configShared configuration types and environment variable transport for Asherah language bindings.128Apache-2.0ConfigurationCryptography wf_allocWfspan-style wait-free dynamic memory allocator.128MIT OR Apache-2.0Memory managementNo standard library blas-rsExperimental F32 BLAS & Intel Math kernels library for x86_64 cpu127MITAlgorithmsMathematics libmimalloc-sys-msMiMalloc Rust Bindings126MITMemory management zcstringHigh-performance zero-copy string handles for Serde, backed by arcstr.126MIT OR Apache-2.0Data structuresMemory management cagelockA thread-safe static mutable wrapper123MITConcurrencyData structures context-mcpMCP server for context storage, text-based retrieval, and temporal tracking with optional persistence121MITDevelopment toolsMemory management ultraslayerUltra‑low latency DRAM refresh‑stall prevention using hardware‑level hedging.121Apache-2.0AlgorithmsConcurrency gsp-allocatorCollection of allocator implementations.121Apache-2.0Memory managementNo standard library writecellShareable string writers using internal mutability117Apache-2.0ConcurrencyMemory management alloc_countA lightweight tool to count allocations within a specific scope using a custom global allocator.116MIT OR Apache-2.0Development tools::ProfilingMemory management smoxBox that stores small objects inline and bigger objects on the heap using Box, Rc or Arc, with CoW semantic113MIT OR Apache-2.0Memory managementRust patterns cachetypesCommon cache implementations113MITAlgorithmsData structures tg-rcore-tutorial-multi-processor-kernel-alloc-wzyKernel memory allocator for rCore Tutorial OS using buddy allocation, with SMP support.111GPL-3.0Embedded developmentMemory management vecpoolThread-local pool of reusable Vec buffers with cross-type reuse109MITData structuresMemory management non-null-constA *const equivalent of NonNull<T>.108MITMemory managementNo standard library memory-admissionMemory-aware admission gate for parallel work pipelines (sync + async APIs)107MIT OR Apache-2.0AsynchronousConcurrency clowLower-Level wrapper around Cudarc pointer types106MIT OR Apache-2.0API bindingsHardware support ordexA strict generational arena with static/dynamic multi-mutable access, optimized for zero-allocation safety validation and…104MIT OR Apache-2.0Data structuresMemory management jsph-tg-rcore-tutorial-kernel-alloc-smpSMP-safe kernel memory allocator for rCore tutorial OS using buddy allocation with spinlock.104GPL-3.0Embedded developmentMemory management native-ipc-testkitAdversarial helpers and cross-process conformance fixtures for native-ipc100MIT OR Apache-2.0Memory managementOperating systems simple-dst-deriveDerive macros for allocating and using custom DSTs.99MIT OR Apache-2.0Data structuresMemory management