lua-users home
lua-l archive

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


> I could move the memlimit+"emergency GC on failed allocation" code into the
> default allocator that gets replaced by the custom allocator.  This way user
> that don't want to create their own allocator can use the memlimit feature
> and others that want more control can replace it with their own tuned
> allocator.  I think this might be the best option.
I agree with this, I also think this is the best option.