Re: [webkit-dev] Update on memory allocation control proposal...

2008-06-19 Thread Adam Treat
On Wednesday 18 June 2008, Paul Pedriana wrote: > I've created a working wtf/New.h file and a basic unit test for it. It > implements both of Maciej's recent proposals, which were essentially 1: > provide an allocation base class and 2: provide a global allocator. I definitely prefer number #1.

Re: [webkit-dev] Update on memory allocation control proposal...

2008-06-18 Thread David Hyatt
Maybe move this work into a WebKit bug? dave On Jun 18, 2008, at 5:09 PM, Paul Pedriana wrote: > I've created a working wtf/New.h file and a basic unit test for it. > It implements both of Maciej's recent proposals, which were > essentially 1: provide an allocation base class and 2: provide

[webkit-dev] Update on memory allocation control proposal...

2008-06-18 Thread Paul Pedriana
I've created a working wtf/New.h file and a basic unit test for it. It implements both of Maciej's recent proposals, which were essentially 1: provide an allocation base class and 2: provide a global allocator. I've done basic testing of this within my WebKit build but haven't converted every u