{"id":20128892,"url":"https://github.com/wenyuzhao/mallockit","last_synced_at":"2026-05-06T15:33:40.548Z","repository":{"id":41456043,"uuid":"375231402","full_name":"wenyuzhao/MallocKit","owner":"wenyuzhao","description":"A framework for malloc/free ♻️ experiments.","archived":false,"fork":false,"pushed_at":"2024-05-22T11:10:27.000Z","size":524,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T12:19:07.621Z","etag":null,"topics":["aarch64","hoard","linux","macos","malloc","malloc-free","memory-allocation","memory-management","rust","x86-64"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wenyuzhao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-09T05:01:59.000Z","updated_at":"2024-06-22T17:16:18.025Z","dependencies_parsed_at":"2024-05-21T12:04:21.267Z","dependency_job_id":"1b339a22-ee36-465a-942a-f20b2b62ad66","html_url":"https://github.com/wenyuzhao/MallocKit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenyuzhao%2FMallocKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenyuzhao%2FMallocKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenyuzhao%2FMallocKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wenyuzhao%2FMallocKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wenyuzhao","download_url":"https://codeload.github.com/wenyuzhao/MallocKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241572834,"owners_count":19984359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aarch64","hoard","linux","macos","malloc","malloc-free","memory-allocation","memory-management","rust","x86-64"],"created_at":"2024-11-13T20:30:08.513Z","updated_at":"2026-05-06T15:33:35.522Z","avatar_url":"https://github.com/wenyuzhao.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MallocKit\n\n## Getting Started\n\n```console\n$ cargo build -p hoard --release --features malloc\n$ env LD_PRELOAD=./target/release/libhoard.so cargo --help # or some other command\n```\n#### Run on macOS\n\n```console\n$ env DYLD_INSERT_LIBRARIES=./target/release/libhoard.dylib cargo --help # or some other command\n```\n\n*Note: If you'd like to hijack the system apps and libraries as well, disable System Integrity Protection (SIP). Do this at your own risk 😉*\n\n## Tests\n\n```console\n$ cargo test\n```\n\n## TODO\n\n- [x] Linux/x86_64 support\n- [x] MacOS/x86_64 support\n- [ ] Windows/x86_64 support\n- [x] Performance\n- [x] Linux/aarch64 support\n- [x] MacOS/aarch64 support (arm64 only. arm64e is currently unsupported)\n- [ ] Windows/aarch64 support\n- [x] Rust allocator interface\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenyuzhao%2Fmallockit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenyuzhao%2Fmallockit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenyuzhao%2Fmallockit/lists"}