rust-malloc | A pure Rust memory allocator
kandi X-RAY | rust-malloc Summary
kandi X-RAY | rust-malloc Summary
rust-malloc is a Rust library. rust-malloc has no bugs, it has no vulnerabilities and it has low support. However rust-malloc has a Non-SPDX License. You can download it from GitHub.
A pure-Rust proof-of-concept implementation of malloc/free for x86-64 Linux. It is very, very basic: a linked list of allocations (traversed on every malloc call!), first-fit strategy and all allocations come directly from the brk syscall. As such, it is very slow, not-threadsafe and generally bad. There is little-to-no error checking. Uses a modified version of zero.rs and a tiny syscall wrapper. Requires a recent rustc from master. There is an example of a custom version of ~T using this allocator at the bottom of malloc.rs.
A pure-Rust proof-of-concept implementation of malloc/free for x86-64 Linux. It is very, very basic: a linked list of allocations (traversed on every malloc call!), first-fit strategy and all allocations come directly from the brk syscall. As such, it is very slow, not-threadsafe and generally bad. There is little-to-no error checking. Uses a modified version of zero.rs and a tiny syscall wrapper. Requires a recent rustc from master. There is an example of a custom version of ~T using this allocator at the bottom of malloc.rs.
Support
Quality
Security
License
Reuse
Support
rust-malloc has a low active ecosystem.
It has 47 star(s) with 4 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
rust-malloc has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of rust-malloc is current.
Quality
rust-malloc has 0 bugs and 0 code smells.
Security
rust-malloc has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
rust-malloc code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
rust-malloc has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
rust-malloc releases are not available. You will need to build from source code and install.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rust-malloc
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rust-malloc
rust-malloc Key Features
No Key Features are available at this moment for rust-malloc.
rust-malloc Examples and Code Snippets
No Code Snippets are available at this moment for rust-malloc.
Community Discussions
No Community Discussions are available at this moment for rust-malloc.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install rust-malloc
You can download it from GitHub.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page