Re: Lua and C++ memory
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua and C++ memory
- From: "Pixel Pusher" <pixpush@...>
- Date: 2007年11月21日 03:06:29 +0100
2007年11月21日, Matt Campbell <mattcampbell@pobox.com>:
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
Thank you Matt, your previous message answered the question.