Skip to content

rickyringler/x86-64-Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

brk is a syscall to allocate memory by extending the size of the heap. By allocating adjacent memory for new data and the address of the prior node, we can link each node of the container to resize if desired.


image

References I Used

brk(2) — Linux manual page.
Linux Man Pages

What Does the Brk System Call Do.
Stack Overflow

About

Zero overhead linked list for x86-64 architecture on Linux.

Topics

Resources

Stars

Watchers

Forks

Contributors