{"id":50752073,"url":"https://github.com/pulkitgarg04/memory-simulator","last_synced_at":"2026-06-11T02:04:20.249Z","repository":{"id":354826042,"uuid":"1023170008","full_name":"pulkitgarg04/memory-simulator","owner":"pulkitgarg04","description":"An interactive simulation of operating system memory management to understand contiguous memory allocation, deallocation, and defragmentation.","archived":false,"fork":false,"pushed_at":"2025-10-23T18:02:33.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T10:30:04.239Z","etag":null,"topics":["c","memory-allocation","memory-management","operating-system"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pulkitgarg04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-20T17:10:51.000Z","updated_at":"2025-10-23T18:02:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pulkitgarg04/memory-simulator","commit_stats":null,"previous_names":["pulkitgarg04/memory-simulator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pulkitgarg04/memory-simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitgarg04%2Fmemory-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitgarg04%2Fmemory-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitgarg04%2Fmemory-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitgarg04%2Fmemory-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pulkitgarg04","download_url":"https://codeload.github.com/pulkitgarg04/memory-simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pulkitgarg04%2Fmemory-simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34178824,"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":["c","memory-allocation","memory-management","operating-system"],"created_at":"2026-06-11T02:04:19.497Z","updated_at":"2026-06-11T02:04:20.243Z","avatar_url":"https://github.com/pulkitgarg04.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Memory Management Simulator\n\nThis project is an **interactive simulation of operating system memory management** to understand **contiguous memory allocation**, **deallocation**, and **defragmentation**.\n\nIt models a simple OS memory manager using a **doubly linked list**, where each node represents a memory chunk (either free or allocated). The program supports dynamic allocation and freeing of processes and simulates **defragmentation** to reduce fragmentation.\n\n## Compilation \u0026 Execution\n\n### Prerequisites\n- GCC compiler\n- Linux / macOS terminal (or WSL on Windows)\n\n### Build\n1. Run the following commands in your terminal:\n    ```bash\n    make\n    ```\n2. Run\n    ```bash\n    ./memory_sim\n    ```\n\n3. Clean build files\n    ```bash\n    make clean\n    ```\n\nDeveloped as a learning project to understand OS-level memory management algorithms and assignment given in University Coding Academy.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulkitgarg04%2Fmemory-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulkitgarg04%2Fmemory-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulkitgarg04%2Fmemory-simulator/lists"}