Skip to content

Simple implementation of a buddy system for memory management.

Notifications You must be signed in to change notification settings

lotabout/buddy-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple implementation of buddy system for memory management.

Original Code from: (https://github.com/wuwenbin/buddy2)

## Usage
    make
    ./buddy_test

    alloc <size>
    free <offset>
    ...

About

Simple implementation of a buddy system for memory management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages