Compiled with yasm
make all # make no debug
make debug # make with debug with test
Initialize heap
allocate size
and return pointer to the start
free memory at addr
allocate more memory for addr
to new_size
updated memory address is returned
this project is compatible with standard x86 ABI,
hence all functions can be called from any other binary.
This is presented with C/C++ header included