Use OpenBSD's malloc, realloc and free in my program

Posted by bobby on Stack Overflow See other posts from Stack Overflow or by bobby
Published on 2010-05-20T20:25:33Z Indexed on 2010/05/20 20:50 UTC
Read the original article Hit count: 247

Filed under:
|
|
|
|

I would like to use OpenBSD's implementation of malloc, realloc and free on my Debian lenny desktop rather than glibc's.

  1. Are they simply drop in replacements: will they work on my Linux desktop ?

  2. Which are the file(s) that I need and which OpenBSD package contains them ?

© Stack Overflow or respective owner

Related posts about openbsd

Related posts about bsd