linear-allocator

There are 7 repositories under linear-allocator topic.

  • mtrebi/memory-allocators

    Custom memory allocators in C++ to improve the performance of dynamic memory allocation

    Language:C++1.7k6722159
  • Kashio/A5

    C++ Custom memory allocators

    Language:C++49112
  • alitokur/arena-allocator

    The Arena Allocator (Linear Allocator) is a custom memory allocater written in C++. It provides a high-performance memory management solution for applications that require efficient and predictable memory allocation and deallocation.

    Language:C++7210
  • aleokdev/space_alloc

    A Rust general purpose unidimensional space allocator library

    Language:Rust210
  • UtoECat/plalloc

    PLALLOC - dynamic linear pool allocator (ULL Based)

    Language:C110
  • jurgen-kluft/cjson

    C++ JSON parser and decoder/encoder (can deserialize JSON into structs and back to JSON)

    Language:C++30
  • madsmtm/linear-malloc

    An ultra simple single-threaded linear allocator

    Language:Rust30