internal calls to malloc(), free() from uclibc should go to uclibc implementation

2011-04-30 Thread Saurov Shyam
I have an uClibc wrapper library which does an implementation of malloc(), realloc() and free() that embedded some statistics gathering about memory allocations and then use the real malloc(), realloc(), free() definition of uClibc to perform the memory allocationand itself only embed the

Re: internal calls to malloc(), free() from uclibc should go to uclibc implementation

2011-04-30 Thread Carmelo Amoroso
On 30/04/11 21:26, Saurov Shyam wrote: I have an uClibc wrapper library which does an implementation of malloc(), realloc() and f ree() that embedded some statistics gathering about memory allocations and then use the real malloc(), realloc(), free() definition of uClibc to perform the memory