Ruben Ayrapetyan bd60d1874b Implementing resize of heap blocks.
- adding mem_heap_try_resize_block routine that tries to resize
   block using free space that is located right after the resized block;
 - placing long-term blocks from start of heap space and short-term - from end
   of the space to increase probability of success of resizing just allocated
   long-term block;
 - adding mem_heap_try_resize_block invocation to 'test_heap' unit test.
2014-11-11 15:44:31 +03:00
2014-10-09 16:24:51 +04:00
2014-07-04 17:11:06 +04:00
2014-11-11 15:44:31 +03:00
2014-11-11 15:44:31 +03:00
2014-07-01 15:51:35 +04:00
Description
Ultra-lightweight JavaScript engine for the Internet of Things.
Apache-2.0 77 MiB
Languages
C 70.5%
JavaScript 25.1%
Python 2.7%
CMake 1%
Shell 0.5%