Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_struct.c218 int toalign = gettoalign(totalsize, &h, opt, size); in b_pack() local
219 totalsize += toalign; in b_pack()
220 while (toalign-- > 0) luaL_addchar(&b, '\0'); in b_pack()