Date: Tue, 27 Jul 2021 13:20:36 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 257450] MALLOC_DEFINE macro error in Freebsd13 OS Message-ID: <bug-257450-227-T8uNWX0wYM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257450-227@https.bugs.freebsd.org/bugzilla/> References: <bug-257450-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257450 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |markj@FreeBSD.org Resolution|--- |Not A Bug --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- MALLOC_DEFINE is for the kernel's malloc() implementation, not the userspace malloc(). Note that in sys/malloc.h, _KERNEL needs to be defined for the MALLOC_DEFINE macro to be visible. If you have programming questions, please use the mailing lists (e.g., freebsd-questions, https://lists.freebsd.org/mailman/listinfo/freebsd-questions) or the forums (https://forums.freebsd.org/) to ask, rather than submitting issues to the = bug tracker. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257450-227-T8uNWX0wYM>