heapname 2564 modules/luascript.c const char *heapname = luaL_optstring( L, 1, "combined" ); heapname 2566 modules/luascript.c if (strcmp(heapname,"combined") == 0) { heapname 2570 modules/luascript.c else if (strcmp(heapname,"system") == 0) heapname 2574 modules/luascript.c else if ((strcmp(heapname,"aram") == 0)) heapname 2581 modules/luascript.c else if (strcmp(heapname,"exmem") == 0) heapname 2599 modules/luascript.c set_string_field( L,"name", heapname );