Home
last modified time | relevance | path

Searched refs:sizelstring (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstring.h26 #define sizelstring(l) (offsetof(TString, contents) + ((l) + 1) * sizeof(char)) macro
H A Dlstring.c147 totalsize = sizelstring(l); in createstrobj()
H A Dlgc.c804 luaM_freemem(L, ts, sizelstring(ts->shrlen)); in freeobj()
809 luaM_freemem(L, ts, sizelstring(ts->u.lnglen)); in freeobj()