Aer/include
Rafal Kupiec 4dbd3ea412
The build was successful. Details
New memory subsystem.
This is a new memory subsystem implementing heap calculations as well as new builtin functions:
 * get_memory_usage()
 * get_memory_peak_usage()
 * get_memory_limit()
It also allows to set an upper memory limit, ensuring that processed script will not be able to allocate more memory from OS.
New subsystem is based on work done in 'memory_limit' branch. Big thanks to devnexen!
This finally fixes #25.
2018-08-18 19:24:38 +02:00
..
compiler.h Compile closures. 2018-08-16 18:31:12 +02:00
ph7.h New memory subsystem. 2018-08-18 19:24:38 +02:00
ph7int.h New memory subsystem. 2018-08-18 19:24:38 +02:00