jemalloc: set LG_VADDR to 64 on amd64(cherry picked from commit eade2001aa9d91440886de8359a4dec9edcde2a9)
libc: Remove empty comments in Symbol.mapThese were left over from $FreeBSD$ removal.Reviewed by: emasteDifferential Revision: https://reviews.freebsd.org/D42612(cherry picked from commit 1ca6
libc: Remove empty comments in Symbol.mapThese were left over from $FreeBSD$ removal.Reviewed by: emasteDifferential Revision: https://reviews.freebsd.org/D42612(cherry picked from commit 1ca63a8219b88b752b064d19bd3428c61dbcf1f9)
show more ...
libc: regoranize malloc buildCreate a stdlib/malloc to hold the definition of the malloc interface(e.g., the Symbol.map file) and make jemalloc a subdirectory. This willmake it easier to integra
libc: regoranize malloc buildCreate a stdlib/malloc to hold the definition of the malloc interface(e.g., the Symbol.map file) and make jemalloc a subdirectory. This willmake it easier to integrate alternative allocators such as snmallocwhile making it clear that the current jemalloc symbols are the FreeBSDAPI/ABI (for better or worse).Suggested by: jrtc27Reviewed by: jrtc27, emasteSponsored by: DARPADifferential Revision: https://reviews.freebsd.org/D41457