Library notes
This memory library is very simple!
It does not handle fragmentation at all, making it imposible to use
this library in any long running programs.
So it`s useless?
No, it`s fine for small programs, like: Small unix like utilities, CGI scripts and even
any bigger application with small memory requirements.
But yes, for a database server, graphical game or such with special memory
requirements it`s difficult to use this library.