Home
last modified time | relevance | path

Searched refs:sizestring (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.h16 #define sizestring(s) (sizeof(union TString)+((s)->len+1)*sizeof(char)) macro
H A Dlgc.c391 luaM_freemem(L, o, sizestring(gco2ts(o))); in freeobj()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstring.h16 #define sizestring(s) (sizeof(union TString)+((s)->len+1)*sizeof(char)) macro
H A Dlgc.c248 size = sizestring(gco2ts(o)); in reallymarkobject()
681 luaM_freemem(L, o, sizestring(gco2ts(o))); in freeobj()