Re: [perf-discuss] realloc() performance compared to Linux

2007-02-01 Thread Roland Mainz
Phil Harman wrote: [snip] > I'm currently working on some enhancements for libc's malloc() (and > friends) which are primarily targeted at improving packing and thread > scalability for small allocations (1-128 bytes). BTW: It may be nice to think about adding more than one API for such cases. For

Re: [perf-discuss] realloc() performance compared to Linux

2007-02-01 Thread Phil Harman
Robert, I'm currently working on some enhancements for libc's malloc() (and friends) which are primarily targeted at improving packing and thread scalability for small allocations (1-128 bytes). I haven't given realloc() much consideration, although I have noted that some implementations und