{"id":13812242,"url":"https://github.com/MaJerle/lwmem","last_synced_at":"2025-05-14T21:32:30.488Z","repository":{"id":39254148,"uuid":"182425933","full_name":"MaJerle/lwmem","owner":"MaJerle","description":"Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions","archived":false,"fork":false,"pushed_at":"2025-03-30T11:41:59.000Z","size":2623,"stargazers_count":357,"open_issues_count":1,"forks_count":72,"subscribers_count":18,"default_branch":"develop","last_synced_at":"2025-04-08T15:02:44.453Z","etag":null,"topics":["alloc","arduino","automotive","c","calloc","dynamic","embedded","industrial","lightweight","malloc","manager","memory","realloc","stm32","stm8","systems"],"latest_commit_sha":null,"homepage":"https://majerle.eu/projects/lwmem-lightweight-dynamic-memory-manager","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/MaJerle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["paypal.me/tilz0R"]}},"created_at":"2019-04-20T16:01:27.000Z","updated_at":"2025-04-08T00:48:11.000Z","dependencies_parsed_at":"2023-12-17T12:27:55.773Z","dependency_job_id":"eefe1643-28b3-4129-9130-b814e8069339","html_url":"https://github.com/MaJerle/lwmem","commit_stats":{"total_commits":324,"total_committers":6,"mean_commits":54.0,"dds":"0.18518518518518523","last_synced_commit":"c36034a686c894e47e3a8b9cbdf86fa19a82d23d"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaJerle%2Flwmem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaJerle%2Flwmem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaJerle%2Flwmem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaJerle%2Flwmem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaJerle","download_url":"https://codeload.github.com/MaJerle/lwmem/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254231213,"owners_count":22036322,"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":["alloc","arduino","automotive","c","calloc","dynamic","embedded","industrial","lightweight","malloc","manager","memory","realloc","stm32","stm8","systems"],"created_at":"2024-08-04T04:00:49.691Z","updated_at":"2025-05-14T21:32:25.469Z","avatar_url":"https://github.com/MaJerle.png","language":"C","funding_links":["paypal.me/tilz0R"],"categories":["Memory","memory manager"],"sub_categories":["Memory management","dynamic malloc"],"readme":"# Lightweight dynamic memory manager\n\n\u003ch3\u003eRead first: \u003ca href=\"http://docs.majerle.eu/projects/lwmem/\"\u003eDocumentation\u003c/a\u003e\u003c/h3\u003e\n\n## Features\n\n* Written in C (C11), compatible with ``size_t`` for size data types\n* Implements standard C library functions for memory allocation, malloc, calloc, realloc and free\n* Uses *first-fit* algorithm to search for free block\n* Supports multiple allocation instances to split between memories and/or CPU cores\n* Supports different memory regions to allow use of fragmented memories\n* Highly configurable for memory allocation and reallocation\n* Supports embedded applications with fragmented memories\n* Supports automotive applications\n* Supports advanced free/realloc algorithms to optimize memory usage\n* **Since v2.2.0** Supports light implementation with allocation only\n* Operating system ready, thread-safe API\n* C++ wrapper functions\n* User friendly MIT license\n\n## Contribute\n\nFresh contributions are always welcome. Simple instructions to proceed:\n\n1. Fork Github repository\n2. Follow [C style \u0026 coding rules](https://github.com/MaJerle/c-code-style) already used in the project\n3. Create a pull request to develop branch with new features or bug fixes\n\nAlternatively you may:\n\n1. Report a bug\n2. Ask for a feature request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaJerle%2Flwmem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMaJerle%2Flwmem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaJerle%2Flwmem/lists"}