tsoding / memalloc

Artifacts of that Memory Management Tsoding Session

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 99.3%Language:Makefile 0.7%