{"id":16359138,"url":"https://github.com/valentindebon/slab_alloc","last_synced_at":"2025-09-02T07:33:23.210Z","repository":{"id":69882941,"uuid":"176512033","full_name":"ValentinDebon/slab_alloc","owner":"ValentinDebon","description":"Simplified slab allocator for UNIX-like systems. Cf. \"The Slab Allocator: An Object-Caching Kernel Memory Allocator\" By Jeff Bonwick","archived":true,"fork":false,"pushed_at":"2022-10-16T07:18:25.000Z","size":6,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-19T19:33:48.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ValentinDebon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-03-19T12:56:37.000Z","updated_at":"2024-12-08T10:27:07.000Z","dependencies_parsed_at":"2023-02-23T14:45:11.810Z","dependency_job_id":null,"html_url":"https://github.com/ValentinDebon/slab_alloc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ValentinDebon/slab_alloc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinDebon%2Fslab_alloc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinDebon%2Fslab_alloc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinDebon%2Fslab_alloc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinDebon%2Fslab_alloc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ValentinDebon","download_url":"https://codeload.github.com/ValentinDebon/slab_alloc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ValentinDebon%2Fslab_alloc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273250230,"owners_count":25072167,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-11T02:07:36.193Z","updated_at":"2025-09-02T07:33:22.937Z","avatar_url":"https://github.com/ValentinDebon.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simplified Slab allocator\n\nANSI-C simplified slab allocator. Concepts taken from \"The Slab Allocator: An Object-Caching Kernel Memory Allocator\" By Jeff Bonwick.\nSimplified because it doesn't support:\n- Big allocations (bigger than pagesize / 8).\n- Initialization and Deinitialization as described in the original paper.\n\n## Build\n\n\tclang -ansi -pedantic -Wall -c slab_alloc.c\n\n## Test\n\n\tclang -Wall -o test slab_alloc.c test.c\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentindebon%2Fslab_alloc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalentindebon%2Fslab_alloc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentindebon%2Fslab_alloc/lists"}