Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
/ my-alloc Public archive

Custom memory allocator using linked list and the next-fit and worst-fit variations

Notifications You must be signed in to change notification settings

tiagoserique/my-alloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-alloc

Página 97 do livro Como funcionam carregadores, ligadores e interpretadores - Bruno Müller

Projeto de Implementação:

6.2.a: faça a fusão de nós livres. 6.2.e (next-fit): é first fit em uma lista circular. A busca começa onde a última parou.

About

Custom memory allocator using linked list and the next-fit and worst-fit variations

Topics

Resources

Stars

Watchers

Forks