[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua and C++ memory
- From: Matt Campbell <mattcampbell@...>
- Date: Tue, 20 Nov 2007 19:45:47 -0600
Lua never copies full userdata; it only creates more references to them.
It does copy light userdata, but light userdata are just pointers, and
probably not what you're asking about.
Matt