Skip to content

code4fukui/tinymm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinymm

a tiny memory management library

api

  • void tinymm_init(void* memtop, int memlen, int entrylen);
  • void* tinymm_malloc(unsigned long len);
  • void tinymm_free(void* p);

test

make

→ 0 is OK

usage

# update .gitmodules
git submodule add https://github.com/code4fukui/tinymm
git commit -a

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published