nodemcu-firmware/app/lua
Johny Mattsson 085f35da73 Tie in the EGC with the SDK's heap knowledge. (#2319)
Added `node.egc.meminfo()` to expose LVM usage (to make the regular
`node.egc.ON_MEM_LIMIT` option usable).

Extended the `node.egc.ON_MEM_LIMIT` option to also take negative limits,
in which case that's taken as a request to keep a certain amount of heap
available for non-Lua use.
2018-04-06 14:52:03 +02:00
..
luac_cross
Makefile
compiler.h
lapi.c
lapi.h
lauxlib.c Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
lauxlib.h
lbaselib.c
lcode.c
lcode.h
ldblib.c
ldebug.c
ldebug.h
ldo.c
ldo.h
ldump.c
legc.c Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
legc.h Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
lfunc.c
lfunc.h
lgc.c
lgc.h
liolib.c
llex.c
llex.h
llimits.h
lmathlib.c
lmem.c
lmem.h
loadlib.c
lobject.c
lobject.h
lopcodes.c
lopcodes.h
lparser.c
lparser.h
lrodefs.h
lrotable.c
lrotable.h
lstate.c
lstate.h Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
lstring.c
lstring.h
lstrlib.c
ltable.c
ltable.h
ltablib.c
ltm.c
ltm.h
lua.c
lua.h
luac_cross.h
luaconf.h
lualib.h
lundump.c
lundump.h
lvm.c
lvm.h
lzio.c
lzio.h