Hi,
In message "[ruby-talk:20046] [patch] block memory allocation scheme - bmalloc"
on 01/08/21, Lars Christensen <larsch / cs.auc.dk> writes:
|I have written replacement malloc/realloc/free functions that allocates
|blocks of memory (1.5Kb) and uses it as a memory segment pool for equally
|sized segments.
Let me investigate your patch. Pretty interesting.
matz.