Skip to content

Latest commit

 

History

History

memory_leak

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Memory Leak

by Kay Anar in July 3, 2014

Sample Output

 _____                 _
|   __|___ ___ ___ _ _|_|___ ___
|   __|_ -| . |  _| | | |   | . |
|_____|___|  _|_| |___|_|_|_|___|
          |_| https://espruino.com
 1v67 Copyright 2014 G.Williams
>echo(0);
=undefined
> 1744
< 1472
> 1465
< 1200
> 1193
< 928
> 921
< 656
> 649
< 384
> 377
< 112
> 105
ERROR: Out of Memory!
WARNING: Truncating string as not enough memory
ERROR: Error processing interval - removing it.
Execution Interrupted during event processing.
 at linein function called from system
> 

Bug tracker

Have a bug? Please create an issue here on GitHub!

Twitter account

Keep up to date on announcements and more by following Anar Software LLC on Twitter, @AnarSoft.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b myEspruino)
  3. Commit your changes (git commit -am "Added New Espruino Sample")
  4. Push to the branch (git push origin myEspruino)
  5. Create an issue with a link to your branch

License

Espruino by Examples < https://git.io/ebe >

Copyright (c) 2014 Anar Software LLC. < https://anars.com >

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at https://www.gnu.org/licenses/gpl.html