Skip to content

A implementation of a memory allocator in Rust without std.

License

Notifications You must be signed in to change notification settings

Every2/Custom-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom-allocator

A custom allocator that only use Rust core and work as a linked list!

No thread safe!

If you wanna understand how code is organized and works, you can read:

Arch

What's mmap?

Code flow

About

A implementation of a memory allocator in Rust without std.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages