Aer/engine/lib
belliash 4dbd3ea412
All checks were successful
The build was successful.
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
..
dataset.c Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00
date.c Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00
hash.c Comply with GCC extensions 2018-08-02 16:33:07 +02:00
libfmt.c Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00
libzip.c Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00
memory.c New memory subsystem. 2018-08-18 19:24:38 +02:00
mutex.c Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00
random.c Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00
string.c This is useless now 2018-07-27 21:19:59 +02:00
tokenizer.c Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00
utils.c Reimplement SyRealPath(); fix build. 2018-07-23 20:45:30 +02:00