]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
malloc: retire MALLOC_PROFILE
authormjg <mjg@FreeBSD.org>
Fri, 13 Nov 2020 19:22:53 +0000 (19:22 +0000)
committermjg <mjg@FreeBSD.org>
Fri, 13 Nov 2020 19:22:53 +0000 (19:22 +0000)
commitcfb79b6a1335febf8c6f3f8cdfba03f33052f002
tree70dcdc18064f7744bc74e7668f3d867d1660481f
parent7d600fe88b56ff6f6da4c1417117c59756fc0db5
malloc: retire MALLOC_PROFILE

The global array has prohibitive performance impact on multicore systems.

The same data (and more) can be obtained with dtrace.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D27199
sys/kern/kern_malloc.c