You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability/integration over time.
Persistent local memory engine for OpenClaw — replaces default memory-system with a full context lifecycle: hybrid vector recall, automatic compaction, and domain-adaptive gating over LibraVDB
This repository contains a deterministic general-purpose memory allocator based on slab caches. It is compatible with the POSIX malloc family and focuses on predictable layouts, clear synchronization, and concise code. The design is inspired by Bonwick’s object-caching approach and follows the same technical style as the related TFG report.