Searched refs:LUA_EXTRASPACE (Results 1 – 7 of 7) sorted by relevance
83 #undef LUA_EXTRASPACE84 #define LUA_EXTRASPACE sizeof(struct L_EXTRA) macro
36 lu_byte extra_[LUA_EXTRASPACE];305 LUA_EXTRASPACE); in lua_newthread()
751 #define LUA_EXTRASPACE (sizeof(void *)) macro
371 #define lua_getextraspace(L) ((void *)((char *)(L) - LUA_EXTRASPACE))
742 @@ LUA_EXTRASPACE defines the size of a raw memory area associated with746 #define LUA_EXTRASPACE (sizeof(void *))
728 #define LUA_EXTRASPACE (sizeof(void *)) macro
745 #define LUA_EXTRASPACE (sizeof(void *)) macro