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
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