Searched refs:lua_memory (Results 1 – 1 of 1) sorted by relevance
1169 size_t lua_memory = lua_gc(server.lua,LUA_GCCOUNT,0)*1024LL; in serverCron() local1170 … server.cron_malloc_stats.allocator_resident = server.cron_malloc_stats.process_rss - lua_memory; in serverCron()