Home
last modified time | relevance | path

Searched refs:LUA_EXTRASPACE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/lua/src/
H A Dltests.h83 #undef LUA_EXTRASPACE
84 #define LUA_EXTRASPACE sizeof(struct L_EXTRA) macro
H A Dlstate.c36 lu_byte extra_[LUA_EXTRASPACE];
305 LUA_EXTRASPACE); in lua_newthread()
H A Dluaconf.h751 #define LUA_EXTRASPACE (sizeof(void *)) macro
H A Dlua.h371 #define lua_getextraspace(L) ((void *)((char *)(L) - LUA_EXTRASPACE))
H A Dluaconf.h.dist742 @@ LUA_EXTRASPACE defines the size of a raw memory area associated with
746 #define LUA_EXTRASPACE (sizeof(void *))
/freebsd/lib/liblua/
H A Dluaconf.h728 #define LUA_EXTRASPACE (sizeof(void *)) macro
/freebsd/stand/liblua/
H A Dluaconf.h745 #define LUA_EXTRASPACE (sizeof(void *)) macro