rusEFI
The most advanced open source ECU
|
Functions | |
void | luaHeapInit () |
void * | luaHeapAlloc (void *, void *optr, size_t osize, size_t nsize) |
size_t | luaHeapUsed () |
void | luaHeapReset () |
void | luaHeapPrintInfo () |
Definition at line 138 of file lua_heap.cpp.
Referenced by runScript(), and testLuaExecString().
void luaHeapInit | ( | ) |
Definition at line 109 of file lua_heap.cpp.
Referenced by startLua().
void luaHeapPrintInfo | ( | ) |
Definition at line 213 of file lua_heap.cpp.
Referenced by loadScript(), and startLua().
void luaHeapReset | ( | ) |
Definition at line 193 of file lua_heap.cpp.
size_t luaHeapUsed | ( | ) |
Definition at line 188 of file lua_heap.cpp.
Referenced by luaHeapAlloc(), and luaHeapPrintInfo().