Skip to content

A simple C compatible memory allocator written in x86 assembly for 64bit Linux machines.

Notifications You must be signed in to change notification settings

HackerWithoutACause/memory-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Linux x86 Memory Allocator

A simple C compatible memory allocator written in x86 assembly for 64bit Linux machines.

Building and Running

To run the example you need varients of the NASM assembler and a C compiler. If your using GCC and NASM just run the following commands.

nasm -f elf64 memory.s
gcc -Wall example.c memory.o -o example.out -no-pie
./example.out

Explanation

TODO

About

A simple C compatible memory allocator written in x86 assembly for 64bit Linux machines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages