Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 06:32:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 155429] [headers] including malloc.h should not abort compile.
Message-ID:  <bug-155429-99-eDXE57PLLI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-155429-99@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155429

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
NetBSD recently exposed jemalloc API via malloc.h but the change is
controversial. Compatibility with Linux is limited to malloc_usable_size while
compatibility with FreeBSD requires different header. jemalloc API maybe moved
to jemalloc.h for compatibility with upstream but if not done before NetBSD 9.0
the move maybe canceled to avoid backward compatibility mess. ;)

https://github.com/netbsd/src/commit/fa49bd2033a6
https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54050

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-155429-99-eDXE57PLLI>