svn commit: r326741 - head/contrib/jemalloc/include/jemalloc/internal

Michal Meloun mmel at FreeBSD.org
Sun Dec 10 09:15:38 UTC 2017


Author: mmel
Date: Sun Dec 10 09:15:37 2017
New Revision: 326741
URL: https://svnweb.freebsd.org/changeset/base/326741

Log:
  Revert r326740. I committed wrong diff.

Modified:
  head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h

Modified: head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h
==============================================================================
--- head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h	Sun Dec 10 08:55:48 2017	(r326740)
+++ head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h	Sun Dec 10 09:15:37 2017	(r326741)
@@ -91,11 +91,9 @@ idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, a
 	if (config_stats && is_internal) {
 		arena_internal_sub(iaalloc(tsdn, ptr), isalloc(tsdn, ptr));
 	}
-#if 0
 	if (!is_internal && tsd_reentrancy_level_get(tsdn_tsd(tsdn)) != 0) {
 		assert(tcache == NULL);
 	}
-#endif
 	arena_dalloc(tsdn, ptr, tcache, alloc_ctx, slow_path);
 }
 


More information about the svn-src-head mailing list