Searched refs:lua_pointer2str (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ | ||
A D | luaconf.h | 607 #define lua_pointer2str(buff,sz,p) l_sprintf(buff,sz,"%p",p) macro |
A D | lobject.c | 511 int len = lua_pointer2str(bf, sz, p); in luaO_pushvfstring() |
Completed in 6 milliseconds