Re: What is XMALLOC and how it compares with malloc?

2007-05-03 Thread David Daney
[EMAIL PROTECTED] wrote: Dear Mike, thanks for quickly getting back to me. The application is RDESKTOP. It has mess of both malloc and xmalloc. Runs fine on Fedora Core (presumely glibc) but get segfaults under Cirrus ARM linux which uses libcClibc-0.9.28.soSo, I'm trying to

Re: What is XMALLOC and how it compares with malloc?

2007-05-03 Thread Daniel Jacobowitz
On Thu, May 03, 2007 at 04:04:36PM -0600, Kevin Day wrote: rdesktop.c:/* malloc; exit if out of memory */ rdesktop.c:void *xmalloc(int size) My next assumption is that xmalloc is some sort of gcc's internal implementation of malloc Your assumption is completely wrong. This seems to