rusEFI
The most advanced open source ECU
|
Functions | |
CH_HEAP_AREA (luaExtraHeapArea, LUA_EXTRA_HEAP) SDRAM_OPTIONAL | |
static Heap | luaExtraHeap (luaExtraHeapArea) |
void | luaHeapInit () |
void * | luaHeapAlloc (void *, void *optr, size_t osize, size_t nsize) |
size_t | luaHeapUsed () |
void | luaHeapReset () |
void | luaHeapPrintInfo () |
Variables | |
static Heap | luaOptionalHeap |
static Heap | luaCcmHeap |
static size_t | luaMemoryUsed = 0 |
uint8_t | __heap_base__ [] |
uint8_t | __heap_end__ [] |
CH_HEAP_AREA | ( | luaExtraHeapArea | , |
LUA_EXTRA_HEAP | |||
) |
|
static |
Referenced by luaHeapAlloc(), luaHeapPrintInfo(), and luaHeapReset().
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().
|
extern |
Referenced by luaHeapPrintInfo().
|
extern |
Referenced by luaHeapPrintInfo().
|
static |
Definition at line 106 of file lua_heap.cpp.
Referenced by luaHeapAlloc(), luaHeapInit(), luaHeapPrintInfo(), and luaHeapReset().
|
static |
Definition at line 136 of file lua_heap.cpp.
Referenced by luaHeapAlloc(), luaHeapReset(), and luaHeapUsed().
|
static |
Definition at line 101 of file lua_heap.cpp.
Referenced by luaHeapAlloc(), luaHeapInit(), luaHeapPrintInfo(), and luaHeapReset().