FreeBSD/src d5aef6d (r340430)contrib/jemalloc/src extent.c

Pick 57553c3b1a5592dc4c03f3c6831d9b794e523865 from upstream:

    Avoid touching all pages in extent_recycle for debug build.

    We may have a large number of pages with *zero set (since they are populated on
    demand).  Only check the first page to avoid paging in all of them.

This makes it easy to compare performance with and without 'retain:true'.

Discussed with: jasone
Obtained from:  Qi Wang <interwq at gwu dot edu>
MFC after:      2 weeks
Sponsored by:   DARPA, AFRL
DeltaFile
+3-2contrib/jemalloc/src/extent.c
+3-21 files

UnifiedSplitRaw