[Bug 278009] The brk(2) symbol isn't found on arm64 (devel/google-perftools fails to link)
Date: Wed, 03 Apr 2024 18:52:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278009 --- Comment #3 from Yuri Victorovich <yuri@freebsd.org> --- The Google-based google-perftools project maintainer replied that they expect sbrk to work on all platforms, because this is one of 2 allocation methods that is used by that library. See their response here: https://github.com/gperftools/gperftools/issues/1499#issuecomment-2035335590 IMO brk should be either officially deprecated, or officially removed on all platforms. It looks to me that sbrk/brk was just removed on ARM platforms? (I might be wrong, but it just looks like this.) -- You are receiving this mail because: You are the assignee for the bug.