Searched refs:LUA_EXTRASPACE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dlstate.c55 lu_byte extra_[LUA_EXTRASPACE];
277 LUA_EXTRASPACE);
H A Dlua.h338 #define lua_getextraspace(L) ((void *)((char *)(L) - LUA_EXTRASPACE))
/freebsd-12-stable/lib/liblua/
H A Dluaconf.h749 @@ LUA_EXTRASPACE defines the size of a raw memory area associated with
753 #define LUA_EXTRASPACE (sizeof(void *)) macro
/freebsd-12-stable/stand/liblua/
H A Dluaconf.h764 @@ LUA_EXTRASPACE defines the size of a raw memory area associated with
768 #define LUA_EXTRASPACE (sizeof(void *)) macro

Completed in 117 milliseconds