Skip to content

Artifacts of that Memory Management Tsoding Session

License

Notifications You must be signed in to change notification settings

tsoding/memalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artifacts of those Memory Management Tsoding Sessions

thumbnail thumbnail

Quick Start

$ make
$ ./heap

Limitations

  • The pointers to the heap can only be located in the heap and the stack.
  • No packed structs. All of the pointers should be aligned.
  • No tricks that obscure the pointers (like XOR Linked Lists).
  • Probably works only on x86_64
  • Probably works only when compiled with GCC

About

Artifacts of that Memory Management Tsoding Session

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published