Skip to content

h4r0015k/Memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Memory

Simple Memory allocator in C.

Compiling

gcc -o memory.so -shared -fPIC memory.c

Testing

export LD_PRELOAD=$PWD/memory.so
ls (Something is wrong if ls results in segmentation fault)

To Do

  • Malloc
  • Free
  • Realloc
  • Calloc

About

Simple Memory allocator in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages