{"id":30756245,"url":"https://github.com/naens/mem_alloc","last_synced_at":"2025-09-04T10:08:15.956Z","repository":{"id":130828948,"uuid":"177787336","full_name":"naens/mem_alloc","owner":"naens","description":"Generalized Fibonacci Memory Allocator","archived":false,"fork":false,"pushed_at":"2019-04-30T13:47:00.000Z","size":156,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-20T21:24:37.278Z","etag":null,"topics":["fibonacci-sequence","memory-allocation","memory-management"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naens.png","metadata":{"files":{"readme":"readme.org","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}},"created_at":"2019-03-26T12:47:57.000Z","updated_at":"2024-05-11T20:46:14.000Z","dependencies_parsed_at":"2023-05-18T21:45:37.203Z","dependency_job_id":null,"html_url":"https://github.com/naens/mem_alloc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/naens/mem_alloc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naens%2Fmem_alloc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naens%2Fmem_alloc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naens%2Fmem_alloc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naens%2Fmem_alloc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naens","download_url":"https://codeload.github.com/naens/mem_alloc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naens%2Fmem_alloc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273589293,"owners_count":25132860,"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-04T02:00:08.968Z","response_time":61,"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":["fibonacci-sequence","memory-allocation","memory-management"],"created_at":"2025-09-04T10:02:21.059Z","updated_at":"2025-09-04T10:08:15.941Z","avatar_url":"https://github.com/naens.png","language":"C","readme":"#+TITLE: Generalized Fibonacci Memory Allocator\n\nThis is a simple memory allocator which uses generalized Fibonacci buddies,\nnamely the sequence 1, 2, 3, 4, 5, 7, 10, 14... given by the formula\na_{n} =a_{n-1} + a_{n-4}.\n\nBecause I wanted to be sure that it doesn't work because of a bug or by\nchance, I wanted to make it to work with different sizes of the pointer.\n\nSo this implementation should work with:\n * GCC Linux 64-bit\n * OpenWatcom ArcaOs 32-bit\n * OpenWatcom DOS 16-bit\n\nHere is my kind of report after having completed this project:\n[[mem_alloc.org][mem_alloc.org]].\n\nAnd here is the [[https://naens.github.io/mem_alloc/][documentation]].\n","funding_links":[],"categories":["malloc/free Implementations"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaens%2Fmem_alloc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaens%2Fmem_alloc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaens%2Fmem_alloc/lists"}