{"id":17047432,"url":"https://github.com/agauniyal/naive_malloc","last_synced_at":"2025-03-23T03:44:14.975Z","repository":{"id":98977680,"uuid":"124566950","full_name":"agauniyal/naive_malloc","owner":"agauniyal","description":"An implementation of naive and bare bones malloc","archived":false,"fork":false,"pushed_at":"2018-03-10T01:03:37.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T10:24:13.548Z","etag":null,"topics":["cpp","cpp17","free","malloc"],"latest_commit_sha":null,"homepage":null,"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/agauniyal.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":"2018-03-09T16:40:17.000Z","updated_at":"2023-01-16T13:22:21.000Z","dependencies_parsed_at":"2023-04-12T04:47:25.639Z","dependency_job_id":null,"html_url":"https://github.com/agauniyal/naive_malloc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agauniyal%2Fnaive_malloc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agauniyal%2Fnaive_malloc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agauniyal%2Fnaive_malloc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agauniyal%2Fnaive_malloc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agauniyal","download_url":"https://codeload.github.com/agauniyal/naive_malloc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052651,"owners_count":20553163,"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":["cpp","cpp17","free","malloc"],"created_at":"2024-10-14T09:49:27.769Z","updated_at":"2025-03-23T03:44:14.942Z","avatar_url":"https://github.com/agauniyal.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n$ clang++ main.cpp -std=c++17 -Wall -Wextra -stdlib=libc++\n$ valgrind ./a.out\n==24271== Memcheck, a memory error detector\n==24271== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.\n==24271== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info\n==24271== Command: ./a.out\n==24271==\n3: 0x4227018\n4: 0x4227048\n1: 0x4227018\n5: 0x4227080\n2: 0x4227018\n==24271==\n==24271== HEAP SUMMARY:\n==24271==     in use at exit: 0 bytes in 0 blocks\n==24271==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated\n==24271==\n==24271== All heap blocks were freed -- no leaks are possible\n==24271==\n==24271== For counts of detected and suppressed errors, rerun with: -v\n==24271== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagauniyal%2Fnaive_malloc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagauniyal%2Fnaive_malloc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagauniyal%2Fnaive_malloc/lists"}