Home
last modified time | relevance | path

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

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