Skip to content

saksham-mittal/Linux-slab-allocator

Repository files navigation

Linux-slab-allocator

Implement a simplified version of Linux Slab Allocator (in user space).
We have to implement the library called libmymem.so which exports/declares two APIs viz., void* mymalloc(unsigned size); and void myfree(void *ptr); in libmymem.hpp

About

Implement a simplified version of Linux Slab Allocator (in user space).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages