Guest User

Untitled

a guest
Jan 15th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /**
  2. * Returns the approximate memory usage of the Lua coroutine on the
  3. * Lua stack
  4. *
  5. * @return the approximate coroutine memory usage
  6. */
  7. public synchronized int getCoroutineMemory() {
  8. return lua_getcoroutinemem();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment