/Linux-slab-allocator

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

Primary LanguageC++

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