{"id":19682357,"url":"https://github.com/devmanu-de/xmemtools","last_synced_at":"2026-06-11T08:31:33.886Z","repository":{"id":183308107,"uuid":"346716128","full_name":"DevManu-de/xmemtools","owner":"DevManu-de","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-03T16:58:42.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T07:23:05.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"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/DevManu-de.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}},"created_at":"2021-03-11T13:45:11.000Z","updated_at":"2021-09-03T16:58:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca08964e-be4e-4b48-9230-147efbd6d7ab","html_url":"https://github.com/DevManu-de/xmemtools","commit_stats":null,"previous_names":["devmanu-de/xmemtools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevManu-de/xmemtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevManu-de%2Fxmemtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevManu-de%2Fxmemtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevManu-de%2Fxmemtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevManu-de%2Fxmemtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevManu-de","download_url":"https://codeload.github.com/DevManu-de/xmemtools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevManu-de%2Fxmemtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34190583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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-11-11T18:10:27.917Z","updated_at":"2026-06-11T08:31:33.858Z","avatar_url":"https://github.com/DevManu-de.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xmemtools\nxmemtools provides safer alternatives to memory functions like `malloc`\n\n## Description\n\n### xmalloc\n    allocates a block of memory and ruturns a pointer to it.\n\n### xcalloc\n    allocates a block of memory and sets it to 0 and returns a pointer to it.\n\n### xrealloc\n    reallocates a allocated block and returns a pointer to it.\n\n### xfree\n    frees an allocated block of memory.\n\n### xmemdup\n    douplicates a block of memory and returns a pointer to the allocated block.\n\nAll functions `assert` if allocation failed.\n\n### xstrdiff\n    compares 2 strings and returns a pointer to the first different char in s1.\n\n## Usage\n\nAll functions behave like their `stdlib.h` functions just that these add some safety.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmanu-de%2Fxmemtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmanu-de%2Fxmemtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmanu-de%2Fxmemtools/lists"}