Skip to content

p-h-c-s/rust-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-allocator

Simple rust memory-allocator implementations. Implemented in order to learn memory allocation internals and unsafe rust.

Using allocator as global allocator

The use_sbrk_allocator feature defines wether rust should use the custom allocator as the global allocator (for all objects)

Rust-analyzer and features

To use rust-analyzer nicely, define

"rust-analyzer.cargo.features": "all"

About

Simple rust memory-allocator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published