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

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

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

1 个仓库

Awesome GitHub RepositoriesShadow Memory

A technique of using a separate region of virtual memory to track the state of the primary application memory.

Distinct from Shadow Mapping: Distinct from graphics shadow mapping; this is a memory safety technique using shadow address space.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Shadow Memory. Refine with filters or upvote what's useful.

Awesome Shadow Memory GitHub Repositories

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

    google/sanitizers

    12,402在 GitHub 上查看↗

    This project is a suite of runtime diagnostic tools designed to detect memory leaks, concurrency races, and language-specification violations during software execution. It provides a collection of dynamic analysis tools that identify addressability issues, uninitialized memory usage, and memory safety bugs in applications. The toolset includes a thread safety analyzer to identify data races and deadlocks in concurrent code, as well as an undefined behavior sanitizer to detect operations that violate language specifications. The system covers broad capabilities in memory safety monitoring and

    Allocates a dedicated virtual address space to track the validity and state of application memory.

    C
    在 GitHub 上查看↗12,402
  1. Home
  2. Operating Systems & Systems Programming
  3. Shadow Memory