Re: refactor malloc a bit

2018-11-27 Thread Theo Buehler
On Mon, Nov 26, 2018 at 07:36:56AM +0100, Otto Moerbeek wrote: > Hi, > > this refactors the code that find an existsing allocation into a > separate function. The code is currently repeated in three spots. > > Prepatory work to get a somehwat more efficient version of the > "not-my-pool" case. >

refactor malloc a bit

2018-11-25 Thread Otto Moerbeek
Hi, this refactors the code that find an existsing allocation into a separate function. The code is currently repeated in three spots. Prepatory work to get a somehwat more efficient version of the "not-my-pool" case. Please review and test, -Otto Index: malloc.c