Closed GoogleCodeExporter closed 8 years ago
malloc_size() is absent in OpenBSD up to CURRENT. Emulation would require a
wrapper
around all malloc interface.
http://www.ivtools.org/ivtools/malloc.c
Alternatively these pieces of code may be just implemented using realloc, which
would
be less optimal but should work.
Original comment by pawel.kr...@hush.com
on 22 Mar 2010 at 12:36
You might be able to build it in debug mode ('make debug'). Otherwise, OpenBSD
is not
officially supported at this time, so I'm updating the bug accordingly.
Original comment by lcam...@gmail.com
on 22 Mar 2010 at 3:31
Issue 37 has been merged into this issue.
Original comment by lcam...@gmail.com
on 26 Mar 2010 at 6:33
I ditched the offending malloc_usable_size code in the most recent build, so it
should work on OpenBSD as-is, or with minor tweaks. New version upcoming.
Original comment by lcam...@gmail.com
on 5 Jul 2010 at 10:00
Original issue reported on code.google.com by
Jonthan....@gmail.com
on 22 Mar 2010 at 9:21