Skip to content

A heap memory allocator using sequential fit and slab algorithms

License

Notifications You must be signed in to change notification settings

kllaster/klalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

klalloc

Description

klalloc is a heap memory allocator using sequential fit and slab algorithms.

Features

  • Using sequential fit and slab algorithms for allocation
  • Calculation and display of memory reserved show_alloc_mem()
  • Provides the standard functionality of the malloc, free, and realloc functions

Usage

  1. Cloning this repository
    git clone https://github.com/kllaster/klalloc.git
  2. cd into the root directory
    cd klalloc
  3. Creating lib from source code
    make
  4. Take the library from the bin/ project directory and include the include/klalloc.h file in your project

References

About

A heap memory allocator using sequential fit and slab algorithms

Topics

Resources

License

Stars

Watchers

Forks