{"id":29028014,"url":"https://github.com/misachi/allocator","last_synced_at":"2025-06-26T07:05:19.970Z","repository":{"id":246963061,"uuid":"823216878","full_name":"misachi/allocator","owner":"misachi","description":"Custom memory allocator using segragated fit mechanism","archived":false,"fork":false,"pushed_at":"2024-07-21T21:48:23.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-22T20:35:55.711Z","etag":null,"topics":["allocation","allocator","memory-allocation","memory-management"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/misachi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-07-02T15:49:54.000Z","updated_at":"2024-07-21T21:48:26.000Z","dependencies_parsed_at":"2024-07-21T20:13:08.482Z","dependency_job_id":"8ebdfa80-d70b-4f6c-98af-ff1053b9ea77","html_url":"https://github.com/misachi/allocator","commit_stats":null,"previous_names":["misachi/allocator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/misachi/allocator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misachi%2Fallocator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misachi%2Fallocator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misachi%2Fallocator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misachi%2Fallocator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misachi","download_url":"https://codeload.github.com/misachi/allocator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misachi%2Fallocator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262018773,"owners_count":23245622,"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":["allocation","allocator","memory-allocation","memory-management"],"created_at":"2025-06-26T07:05:19.292Z","updated_at":"2025-06-26T07:05:19.955Z","avatar_url":"https://github.com/misachi.png","language":"C","readme":"# Allocator \nCustom dynamic memory allocator using the segragated fit mechanism\n\nBuilt this as part of [SiKV](https://github.com/misachi/SiKV), that I am also working on, but I felt the need to have it on a separate repo to work on it independently -- as I add more features in the future\n\n# Installation\n```\nClone the repository to a local directory e.g /tmp\n\ncd /tmp/allocator  # Replace /tmp to your directory of choice\n\nmake install\n```\n\nThe library will be installed in the `/usr/local/lib` directory. Ensure the user has the right access to `/usr/local/lib` directory\n\nOnce installed, the header file can be accessed in the usual way: `\u003calloc.h\u003e`\n\n# Uninstallation\n```\ncd /tmp/allocator   # Replace /tmp to your directory of choice\nmake uninstall\n```\n...or you can do this\n\n```\nrm /usr/local/lib/liballoc.so\nrm /usr/local/include/alloc.h\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisachi%2Fallocator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisachi%2Fallocator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisachi%2Fallocator/lists"}