{"id":74131,"library":"gpu-alloc","title":"GPU Alloc","description":"Implementation agnostic memory allocator for Vulkan like APIs","status":"active","version":"0.6.0","language":"rust","source_language":null,"source_url":"https://github.com/zakarumych/gpu-alloc","tags":["gpu","memory","allocator","vulkan"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ngpu-alloc = \"0.6.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add gpu-alloc","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"GpuAllocator","correct":"use gpu_alloc::GpuAllocator;"}],"quickstart":{"code":"use gpu_alloc::GpuAllocator;\n\nfn main() {\n    let mut allocator = GpuAllocator::new(1024);\n    let block = allocator.alloc(256).unwrap();\n    println!(\"Allocated block: {:?}\", block);\n}","lang":"rust","description":"Creates a GPU memory allocator and allocates a block."},"warnings":[],"env_vars":null,"search_vec":"'agnost':4 'alloc':2,6,13 'api':10 'gpu':1,11 'implement':3 'like':9 'memori':5,12 'vulkan':8,14","created_at":"2026-06-17T18:59:29.821581+00:00","updated_at":"2026-06-17T18:59:29.821581+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/zakarumych/gpu-alloc","github":"https://github.com/zakarumych/gpu-alloc","docs":"https://docs.rs/gpu-alloc/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}