awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mattconte avatar

mattconte/tlsf

0
View on GitHub↗
1,571 stars·231 forks·C·21 views

Tlsf

Two-Level Segregated Fit memory allocator implementation.

Features

  • Memory Allocation - Two-Level Segregated Fit dynamic memory allocator.

Star history

Star history chart for mattconte/tlsfStar history chart for mattconte/tlsf

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Tlsf

These projects share indexed features with Tlsf. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • foonathan/memoryfoonathan avatar

    foonathan/memory

    1,610View on GitHub↗

    STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.

    C++
    View on GitHub↗1,610
  • google/tcmallocgoogle avatar

    google/tcmalloc

    5,255View on GitHub↗

    Tcmalloc is a high-performance C++ memory allocator and runtime library designed to manage heap memory for large-scale services. It functions as a thread-caching memory allocator that reduces lock contention in multi-threaded applications to maintain stability and performance during concurrent workloads. The project focuses on high-concurrency memory allocation and multithreaded application scaling. It employs a strategy of providing per-thread caches to ensure fast memory access and improve the throughput of parallel programs in low-level system programming environments. The library manages

    C++
    View on GitHub↗5,255
  • ivmai/bdwgcivmai avatar

    ivmai/bdwgc

    3,486View on GitHub↗

    The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)

    C
    View on GitHub↗3,486
  • emeryberger/hoardemeryberger avatar

    emeryberger/Hoard

    1,233View on GitHub↗

    The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

    C++
    View on GitHub↗1,233
Compare all 13 related projects→

Frequently asked questions

What does mattconte/tlsf do?

Two-Level Segregated Fit memory allocator implementation.

What are the main features of mattconte/tlsf?

The main features of mattconte/tlsf are: Memory Allocation.

Which projects share features with mattconte/tlsf?

Projects with overlapping indexed features include: foonathan/memory — STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but… google/tcmalloc — Tcmalloc is a high-performance C++ memory allocator and runtime library designed to manage heap memory for large-scale… ivmai/bdwgc — The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc). jemalloc/jemalloc — jemalloc is a general purpose C memory allocator designed as a replacement for the standard library malloc and free… microsoft/mimalloc — Mimalloc is a general purpose dynamic memory allocator for C and C++ designed to increase execution speed and reduce… emeryberger/hoard — The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.