git-jemalloc
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 1 Jun 2024 21:16:35 +0000 (23:16 +0200)
committerAurelien Jarno <aurel32@debian.org>
Sat, 1 Jun 2024 21:16:35 +0000 (23:16 +0200)
commit2a5d5e1b45b8093e726a69bfe9bf590b155794d6
tree961852fbd77b324a17a3af169ead8836254d77ef
parent0dd5045ee5435bd1eb340aa8a6707fa14c132449
git-jemalloc

commit 644aa127b9b42a899a12b6ccc6644bc035c231e3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 8 12:10:06 2023 +0200

    htl: Add support for static TSD data

    When using jemalloc, malloc() needs to use TSD, while libpthread
    initialization needs malloc(). Supporting a static TSD area allows jemalloc
    and libpthread to initialize together.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-jemalloc.diff
sysdeps/htl/pt-destroy-specific.c
sysdeps/htl/pt-getspecific.c
sysdeps/htl/pt-init-specific.c
sysdeps/htl/pt-key-create.c
sysdeps/htl/pt-key-delete.c
sysdeps/htl/pt-key.h
sysdeps/htl/pt-setspecific.c