awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDynamic Library Root Tracing

Scanning data segments of dynamically loaded libraries to identify root pointers for garbage collection.

Distinct from Dynamic Library Loading: Focuses on memory tracing of library globals to prevent premature reclamation, not the loading mechanism itself.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Dynamic Library Root Tracing. Refine with filters or upvote what's useful.

Awesome Dynamic Library Root Tracing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bdwgc/bdwgcbdwgc 的头像

    bdwgc/bdwgc

    3,418在 GitHub 上查看↗

    This project is a garbage collection library and memory allocator for C and C++ that provides automatic reclamation of unreachable objects. It functions as a memory management system that can replace standard allocation functions to automate memory reclamation without requiring source modification. The system is distinguished by its ability to perform incremental and generational garbage collection to reduce application pauses, as well as parallel collection to distribute tracing across multiple CPU cores. It includes a specialized string manipulation library that uses shared structures to en

    Ensures memory referenced by global variables in dynamically loaded libraries is not prematurely reclaimed.

    Ccc-plus-pluscplusplus
    在 GitHub 上查看↗3,418
  1. Home
  2. Operating Systems & Systems Programming
  3. Dynamic Library Loading
  4. Dynamic Library Root Tracing