lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> For an allocated block, the overhead should be exactly four bytes 
> --- the size of the block, and depending on your application you might not 
> need that (if the app keeps track of the size of blocks itself, for example). 

Lua does keep track of block sizes.
--lhf