{"id":23033978,"url":"https://github.com/olback/mallocator","last_synced_at":"2025-08-14T15:33:50.261Z","repository":{"id":57641748,"uuid":"376358194","full_name":"olback/mallocator","owner":"olback","description":"Use malloc() and free() for memory management in Rust.  Do not use in critical systems since there are no null checks on malloc() returns. ","archived":false,"fork":false,"pushed_at":"2021-06-24T20:31:02.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-19T18:58:30.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/mallocator","language":"Rust","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/olback.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}},"created_at":"2021-06-12T18:22:29.000Z","updated_at":"2023-08-21T16:01:43.000Z","dependencies_parsed_at":"2022-09-07T03:54:49.432Z","dependency_job_id":null,"html_url":"https://github.com/olback/mallocator","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/olback%2Fmallocator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Fmallocator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Fmallocator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Fmallocator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olback","download_url":"https://codeload.github.com/olback/mallocator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229843427,"owners_count":18132907,"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":[],"created_at":"2024-12-15T16:28:30.331Z","updated_at":"2024-12-15T16:28:30.802Z","avatar_url":"https://github.com/olback.png","language":"Rust","readme":"# Mallocator\n\n```rust\n#![no_std]\n#![feature(default_alloc_error_handler)]\n\nuse mallocator::Mallocator;\n\n#[global_allocator]\nstatic A: Mallocator = Mallocator;\n\nfn my_fn_that_requires_heap() {\n    let v = vec![1, 2, 3];\n}\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folback%2Fmallocator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folback%2Fmallocator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folback%2Fmallocator/lists"}