[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: No realloc
- From: Enrico Colombini <erix@...>
- Date: Thu, 18 Oct 2007 17:30:44 +0200
I'm considering using Lua on a system offering no realloc(): only
malloc() and free().
What loss of performance could I expect by using realloc=free+malloc,
assuming the allocator is stupid enough not to immediately recycle the
same block when there is enough space?
Enrico