| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | jemalloc: set LG_VADDR to 64 on amd64 | Konstantin Belousov | 2024-10-15 | 1 | -0/+3 |
| | | | | | (cherry picked from commit eade2001aa9d91440886de8359a4dec9edcde2a9) | ||||
| * | libc: Remove empty comments in Symbol.map | Brooks Davis | 2023-12-13 | 1 | -3/+0 |
| | | | | | | | | | | These were left over from $FreeBSD$ removal. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D42612 (cherry picked from commit 1ca63a8219b88b752b064d19bd3428c61dbcf1f9) | ||||
| * | libc: regoranize malloc build | Brooks Davis | 2023-08-16 | 3 | -0/+115 |
| Create a stdlib/malloc to hold the definition of the malloc interface (e.g., the Symbol.map file) and make jemalloc a subdirectory. This will make it easier to integrate alternative allocators such as snmalloc while making it clear that the current jemalloc symbols are the FreeBSD API/ABI (for better or worse). Suggested by: jrtc27 Reviewed by: jrtc27, emaste Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D41457 | |||||
