Re: malloc not recurseable?

2001-03-29 Thread Alfred Perlstein
* Michael Class <[EMAIL PROTECTED]> [010329 02:36] wrote: > Hello, > > on a FBSD-5.0-current (as of yesterday) system I am having a > question about the way malloc works. The manpage states > that malloc cannot be recursed. Does this mean that our > malloc is not thread safe? I checked the manpag

malloc not recurseable?

2001-03-29 Thread Michael Class
Hello, on a FBSD-5.0-current (as of yesterday) system I am having a question about the way malloc works. The manpage states that malloc cannot be recursed. Does this mean that our malloc is not thread safe? I checked the manpage on HPUX and there it explicitely states that malloc is thread-safe.