[Bug 257450] MALLOC_DEFINE macro error in Freebsd13 OS
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257450] MALLOC_DEFINE macro error in Freebsd13 OS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Jul 2021 13:20:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257450
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.
--
You are receiving this mail because:
You are the assignee for the bug.