jemalloc: set LG_VADDR to 64 on amd64(cherry picked from commit eade2001aa9d91440886de8359a4dec9edcde2a9)
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
show more ...