Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/lutok/dist/
H A Dstate.hpp86 void* new_userdata_voidp(const size_t);
H A Dstate.ipp48 return static_cast< Type* >(new_userdata_voidp(sizeof(Type)));
H A Dstate.cpp538 lutok::state::new_userdata_voidp(const size_t size) in new_userdata_voidp() function in lutok::state