Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Returns the approximate memory usage of the Lua coroutine on the
- * Lua stack
- *
- * @return the approximate coroutine memory usage
- */
- public synchronized int getCoroutineMemory() {
- return lua_getcoroutinemem();
- }
Advertisement
Add Comment
Please, Sign In to add comment