jemalloc-5.3.0-150600.15.4.1<>,fp9|HWUH~}!P;U2f0l.qɌ_oғŎ{a-z_ 5aX;I 3J&2Z<6c+A:ʫ420A[lK[PHtbH+_!P{:jKN+h=\'C@q/LlN%1556ތ " ʡEW=x.bf;>>X?Hd   Y!BO e    6 <Tr(8 98 :w F|G|H}I},X}4Y}<\}d]}|^}b~c~dJeOfRlTuhvwxyzDCjemalloc5.3.0150600.15.4.1General-purpose scalable concurrent malloc implementationjemalloc is a general-purpose scalable concurrent malloc(3) implementation. This package provides a shell wrapper script to run programs using jemalloc.fh02-armsrv2SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/Development/Libraries/C and C++http://jemalloc.net/linuxaarch64 }ȼˢZA큤fⷤfⷤfⷤfⷥfⷥfⷥ50217c22c7c37eb18b50fc5cfe7fc1c3b603b30f39cb9e74e3aab6806bb10ed3fef38c471df273fcdbcce07751439ba093c2c1b42507659e568e7c193e2687392f1ae67667f35570c537ce66e72bf1f6db22fd8308f908951d14ae0a1ae3d7c1f5df0d122566d6a6fef0fc4e6fc613d25e0690150963b793670fbf8e24e2ee2be20738736c956111cd9d164e072fdf0388e3742d24e87a93b9e4df1e4e7ca83erootrootrootrootrootrootrootrootrootrootrootrootjemalloc-5.3.0-150600.15.4.1.src.rpmjemallocjemalloc(aarch-64)@@    /bin/sh/usr/bin/envlibjemalloc2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.3.03.0.4-14.6.0-14.0-15.2-14.14.3fbu bUib_@__]Ik\O\\\@[G[i@[}P@Z4@Z~Y@Y@Y@X•@XD@X!@XWYZ@W5W)@Wo@V2Vl@V+rV7@meissner@suse.comjengelh@inai.demliska@suse.czguillaume.gardet@opensuse.orgmliska@suse.czmliska@suse.czguillaume.gardet@opensuse.orgmliska@suse.czmliska@suse.czjengelh@inai.demliska@suse.czmliska@suse.cznormand@linux.vnet.ibm.commmanu84@outlook.deguillaume.gardet@opensuse.orgmliska@suse.czguillaume@opensuse.orgmliska@suse.czmliska@suse.czmliska@suse.czidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comjslaby@suse.comidonmez@suse.comolaf@aepfle.deidonmez@suse.comidonmez@suse.com- reenable static flavor- Update to release 5.3.0 * Added the thread.idle mallctl which hints that the calling thread will be idle for a nontrivial period of time. * Allow small size classes to be the maximum size class to cache in the thread-specific cache, through the opt.[lg_]tcache_max option. * Make the behavior of realloc(ptr, 0) configurable with opt.zero_realloc. * Support C++17 over-aligned allocation. * Add the thread.peak mallctl for approximate per-thread peak memory tracking. * Add high resolution timestamp support for profiling. - Drop use-volatile-to-workaround-buffer-overflow-false-pos.patch (merged)- Add use-volatile-to-workaround-buffer-overflow-false-pos.patch upstream patch that supports -D_FORTIFY_SOURCE=3.- Set lg-page to 2^16 on aarch64 to be compatible with 64k page size kernel - https://github.com/jemalloc/jemalloc/pull/769- Enable LTO as it works (boo#1133136).- Simplify spec file.- Re-enable profiling on armv6/armv7 since boo#1105633 is fixed- Update to version 5.2.1: * Bug fixes: * Fix a severe virtual memory leak on Windows. This regression was first released in 5.0.0. * Fix size 0 handling in posix_memalign(). This regression was first released in 5.2.0. * Fix the prof_log unit test which may observe unexpected backtraces from compiler optimizations. The test was first added in 5.2.0. * Fix the declaration of the extent_avail tree. This regression was first released in 5.1.0. * Fix an incorrect reference in jeprof. This functionality was first released in 3.0.0. * Fix an assertion on the deallocation fast-path. This regression was first released in 5.2.0. * Fix the TLS_MODEL attribute in headers. This regression was first released in 5.0.0. * Optimizations and refactors: * Implement opt.retain on Windows and enable by default on 64-bit. * Optimize away a branch on the operator delete path. * Add format annotation to the format generator function. * Refactor and improve the size class header generation. * Remove best fit. * Avoid blocking on background thread locks for stats. - Remove disable-test_prof_log_many_traces-test.patch.- Disable LTO (boo#1133136).- Drop static library package, nothing seems to use it. - Remove openSUSE 11.1 build support.- Add disable-test_prof_log_many_traces-test.patch in order to workaround https://github.com/jemalloc/jemalloc/issues/1477.- Update to version 5.2.0: * New features: * Implement oversize_threshold, which uses a dedicated arena for allocations crossing the specified threshold to reduce fragmentation. * Add extents usage information to stats. * Log time information for sampled allocations. * Support 0 size in sdallocx. * Output rate for certain counters in malloc_stats. * Add mallctl interfaces: * opt.oversize_threshold * stats.arenas..extent_avail * stats.arenas..extents..n{dirty,muzzy,retained} * stats.arenas..extents..{dirty,muzzy,retained}_bytes * Optimizations and refactors: * Refactor the TSD module. * Implement opt.oversize_threshold which uses a dedicated arena for requests crossing the threshold, also eagerly purges the oversize extents. Default the threshold to 8 MiB. * Improve error handling for THP state initialization. * Refactor and optimize the tcache fill / flush paths. * Optimize sync / lwsync on PowerPC. * Bypass extent_dalloc() when retain is enabled. * Lower the default number of background threads to 4 (when the feature is enabled). * Use arena index for arena-matching checks. * Avoid forced decay on thread termination when using background threads. * Disable muzzy decay by default. * Only initialize libgcc unwinder when profiling is enabled. * Bug fixes: * Fix background thread index issues with max_background_threads. * Fix stats output for opt.lg_extent_max_active_fit. * Properly trigger decay on tcache destroy. * Detect whether explicit extent zero out is necessary with huge pages or custom extent hooks, which may change the purge semantics. * Fix a side effect caused by extent_max_active_fit combined with decay-based purging, where freed extents can accumulate and not be reused for an extended period of time. * Fix a missing unlock on extent register error handling. * Incompatible changes: * Remove --with-lg-page-sizes. - Change URL of the project.- Disable profiling on ppc until boo#1105633 get fixed- Disable profiling on armv6 until boo#1105633 get fixed- Disable profiling on armv7 until boo#1105633 get fixed- Update to version 5.1.0: * remove patches: 0001-ARM-Don-t-extend-bit-LG_VADDR-to-compute-high-addres.patch and 0001-remove-CPU_SPINWAIT.patch. New features: * Implement transparent huge page support for internal metadata. (@interwq) * Add opt.thp to allow enabling / disabling transparent huge pages for all mappings. (@interwq) * Add maximum background thread count option. (@djwatson) * Allow prof_active to control opt.lg_prof_interval and prof.gdump. (@interwq) * Allow arena index lookup based on allocation addresses via mallctl. (@lionkov) * Allow disabling initial-exec TLS model. (@davidtgoldblatt, @KenMacD) * Add opt.lg_extent_max_active_fit to set the max ratio between the size of the active extent selected (to split off from) and the size of the requested allocation. (@interwq, @davidtgoldblatt) * Add retain_grow_limit to set the max size when growing virtual address space. (@interwq) * Add mallctl interfaces: * arena..retain_grow_limit (@interwq) * arenas.lookup (@lionkov) * max_background_threads (@djwatson) * opt.lg_extent_max_active_fit (@interwq) * opt.max_background_threads (@djwatson) * opt.metadata_thp (@interwq) * opt.thp (@interwq) * stats.metadata_thp (@interwq) Portability improvements: * Support GNU/kFreeBSD configuration. (@paravoid) * Support m68k, nios2 and SH3 architectures. (@paravoid) * Fall back to FD_CLOEXEC when O_CLOEXEC is unavailable. (@zonyitoo) * Fix symbol listing for cross-compiling. (@tamird) * Fix high bits computation on ARM. (@davidtgoldblatt, @paravoid) * Disable the CPU_SPINWAIT macro for Power. (@davidtgoldblatt, @marxin) * Fix MSVC 2015 & 2017 builds. (@rustyx) * Improve RISC-V support. (@EdSchouten) * Set name mangling script in strict mode. (@nicolov) * Avoid MADV_HUGEPAGE on ARM. (@marxin) * Modify configure to determine return value of strerror_r. (@davidtgoldblatt, @cferris1000) * Make sure CXXFLAGS is tested with CPP compiler. (@nehaljwani) * Fix 32-bit build on MSVC. (@rustyx) * Fix external symbol on MSVC. (@maksqwe) * Avoid a printf format specifier warning. (@jasone) * Add configure option --disable-initial-exec-tls which can allow jemalloc to be dynamically loaded after program startup. (@davidtgoldblatt, @KenMacD) * AArch64: Add ILP32 support. (@cmuellner) * Add --with-lg-vaddr configure option to support cross compiling. (@cmuellner, @davidtgoldblatt) Optimizations and refactors: * Improve active extent fit with extent_max_active_fit. This considerably reduces fragmentation over time and improves virtual memory and metadata usage. (@davidtgoldblatt, @interwq) * Eagerly coalesce large extents to reduce fragmentation. (@interwq) * sdallocx: only read size info when page aligned (i.e. possibly sampled), which speeds up the sized deallocation path significantly. (@interwq) * Avoid attempting new mappings for in place expansion with retain, since it rarely succeeds in practice and causes high overhead. (@interwq) * Refactor OOM handling in newImpl. (@wqfish) * Add internal fine-grained logging functionality for debugging use. (@davidtgoldblatt) * Refactor arena / tcache interactions. (@davidtgoldblatt) * Refactor extent management with dumpable flag. (@davidtgoldblatt) * Add runtime detection of lazy purging. (@interwq) * Use pairing heap instead of red-black tree for extents_avail. (@djwatson) * Use sysctl on startup in FreeBSD. (@trasz) * Use thread local prng state instead of atomic. (@djwatson) * Make decay to always purge one more extent than before, because in practice large extents are usually the ones that cross the decay threshold. Purging the additional extent helps save memory as well as reduce VM fragmentation. (@interwq) * Fast division by dynamic values. (@davidtgoldblatt) * Improve the fit for aligned allocation. (@interwq, @edwinsmith) * Refactor extent_t bitpacking. (@rkmisra) * Optimize the generated assembly for ticker operations. (@davidtgoldblatt) * Convert stats printing to use a structured text emitter. (@davidtgoldblatt) * Remove preserve_lru feature for extents management. (@djwatson) * Consolidate two memory loads into one on the fast deallocation path. (@davidtgoldblatt, @interwq) Bug fixes (most of the issues are only relevant to jemalloc 5.0): * Fix deadlock with multithreaded fork in OS X. (@davidtgoldblatt) * Validate returned file descriptor before use. (@zonyitoo) * Fix a few background thread initialization and shutdown issues. (@interwq) * Fix an extent coalesce + decay race by taking both coalescing extents off the LRU list. (@interwq) * Fix potentially unbound increase during decay, caused by one thread keep stashing memory to purge while other threads generating new pages. The number of pages to purge is checked to prevent this. (@interwq) * Fix a FreeBSD bootstrap assertion. (@strejda, @interwq) * Handle 32 bit mutex counters. (@rkmisra) * Fix a indexing bug when creating background threads. (@davidtgoldblatt, @binliu19) * Fix arguments passed to extent_init. (@yuleniwo, @interwq) * Fix addresses used for ordering mutexes. (@rkmisra) * Fix abort_conf processing during bootstrap. (@interwq) * Fix include path order for out-of-tree builds. (@cmuellner) Incompatible changes: * Remove --disable-thp. (@interwq) * Remove mallctl interfaces: * config.thp (@interwq) Documentation: * Add TUNING.md. (@interwq, @davidtgoldblatt, @djwatson)- Disable THP for ARM (32 bits). This fix build by passing all tests successfully- Add 0001-ARM-Don-t-extend-bit-LG_VADDR-to-compute-high-addres.patch: fixes #979.- Add 0001-remove-CPU_SPINWAIT.patch: revert 701daa5298b3befe2aff05ce590533165abb9ba4 in order to fix #761.- Update to version 5.0.1 Bug fixes: * Update decay->nunpurged before purging, in order to avoid potential update races and subsequent incorrect purging volume. ([37]@interwq) * Only abort on dlsym(3) error if the failure impacts an enabled feature (lazy locking and/or background threads). This mitigates an initialization failure bug for which we still do not have a clear reproduction test case. ([38]@interwq) * Modify tsd management so that it neither crashes nor leaks if a thread's only allocation activity is to call free() after TLS destructors have been executed. This behavior was observed when operating with GNU libc, and is unlikely to be an issue with other libc implementations. ([39]@interwq) * Mask signals during background thread creation. This prevents signals from being inadvertently delivered to background threads. ([40]@jasone, [41]@davidtgoldblatt, [42]@interwq) * Avoid inactivity checks within background threads, in order to prevent recursive mutex acquisition. ([43]@interwq) * Fix extent_grow_retained() to use the specified hooks when the arena..extent_hooks mallctl is used to override the default hooks. ([44]@interwq) * Add missing reentrancy support for custom extent hooks which allocate. ([45]@interwq) * Post-fork(2), re-initialize the list of tcaches associated with each arena to contain no tcaches except the forking thread's. ([46]@interwq) * Add missing post-fork(2) mutex reinitialization for extent_grow_mtx. This fixes potential deadlocks after fork(2). ([47]@interwq) * Enforce minimum autoconf version (currently 2.68), since 2.63 is known to generate corrupt configure scripts. ([48]@jasone) * Ensure that the configured page size (--with-lg-page) is no larger than the configured huge page size (--with-lg-hugepage). ([49]@jasone) New features: * Implement optional per-CPU arena support; threads choose which arena to use based on current CPU rather than on fixed thread-->arena associations. ([59]@interwq) * Implement two-phase decay of unused dirty pages. Pages transition from dirty-->muzzy-->clean, where the first phase transition relies on madvise(... MADV_FREE) semantics, and the second phase transition discards pages such that they are replaced with demand-zeroed pages on next access. ([60]@jasone) * Increase decay time resolution from seconds to milliseconds. ([61]@jasone) * Implement opt-in per CPU background threads, and use them for asynchronous decay-driven unused dirty page purging. ([62]@interwq) * Add mutex profiling, which collects a variety of statistics useful for diagnosing overhead/contention issues. ([63]@interwq) * Add C++ new/delete operator bindings. ([64]@djwatson) * Support manually created arena destruction, such that all data and metadata are discarded. Add MALLCTL_ARENAS_DESTROYED for accessing merged stats associated with destroyed arenas. ([65]@jasone) * Add MALLCTL_ARENAS_ALL as a fixed index for use in accessing merged/destroyed arena statistics via mallctl. ([66]@jasone) * Add opt.abort_conf to optionally abort if invalid configuration options are detected during initialization. ([67]@interwq) * Add opt.stats_print_opts, so that e.g. JSON output can be selected for the stats dumped during exit if opt.stats_print is true. ([68]@jasone) * Add --with-version=VERSION for use when embedding jemalloc into another project's git repository. ([69]@jasone) * Add --disable-thp to support cross compiling. ([70]@jasone) * Add --with-lg-hugepage to support cross compiling. ([71]@jasone) * Add mallctl interfaces (various authors): + background_thread + opt.abort_conf + opt.retain + opt.percpu_arena + opt.background_thread + opt.{dirty,muzzy}_decay_ms + opt.stats_print_opts + arena..initialized + arena..destroy + arena..{dirty,muzzy}_decay_ms + arena..extent_hooks + arenas.{dirty,muzzy}_decay_ms + arenas.bin..slab_size + arenas.nlextents + arenas.lextent..size + arenas.create + stats.background_thread.{num_threads,num_runs,run_interval} + stats.mutexes.{ctl,background_thread,prof,reset}.{num_ops,num_ spin_acq,num_wait,max_wait_time,total_wait_time,max_num_thds,n um_owner_switch} + stats.arenas..{dirty,muzzy}_decay_ms + stats.arenas..uptime + stats.arenas..{pmuzzy,base,internal,resident} + stats.arenas..{dirty,muzzy}_{npurge,nmadvise,purged} + stats.arenas..bins..{nslabs,reslabs,curslabs} + stats.arenas..bins..mutex.{num_ops,num_spin_acq,num_wait ,max_wait_time,total_wait_time,max_num_thds,num_owner_switch} + stats.arenas..lextents..{nmalloc,ndalloc,nrequests,curle xtents} + stats.arenas.i.mutexes.{large,extent_avail,extents_dirty,exten ts_muzzy,extents_retained,decay_dirty,decay_muzzy,base,tcache_ list}.{num_ops,num_spin_acq,num_wait,max_wait_time,total_wait_ time,max_num_thds,num_owner_switch} Portability improvements: * Improve reentrant allocation support, such that deadlock is less likely if e.g. a system library call in turn allocates memory. ([72]@davidtgoldblatt, [73]@interwq) * Support static linking of jemalloc with glibc. ([74]@djwatson) Optimizations and refactors: * Organize virtual memory as "extents" of virtual memory pages, rather than as naturally aligned "chunks", and store all metadata in arbitrarily distant locations. This reduces virtual memory external fragmentation, and will interact better with huge pages (not yet explicitly supported). ([75]@jasone) * Fold large and huge size classes together; only small and large size classes remain. ([76]@jasone) * Unify the allocation paths, and merge most fast-path branching decisions. ([77]@davidtgoldblatt, [78]@interwq) * Embed per thread automatic tcache into thread-specific data, which reduces conditional branches and dereferences. Also reorganize tcache to increase fast-path data locality. ([79]@interwq) * Rewrite atomics to closely model the C11 API, convert various synchronization from mutex-based to atomic, and use the explicit memory ordering control to resolve various hypothetical races without increasing synchronization overhead. ([80]@davidtgoldblatt) * Extensively optimize rtree via various methods: + Add multiple layers of rtree lookup caching, since rtree lookups are now part of fast-path deallocation. ([81]@interwq) + Determine rtree layout at compile time. ([82]@jasone) + Make the tree shallower for common configurations. ([83]@jasone) + Embed the root node in the top-level rtree data structure, thus avoiding one level of indirection. ([84]@jasone) + Further specialize leaf elements as compared to internal node elements, and directly embed extent metadata needed for fast-path deallocation. ([85]@jasone) + Ignore leading always-zero address bits (architecture-specific). ([86]@jasone) * Reorganize headers (ongoing work) to make them hermetic, and disentangle various module dependencies. ([87]@davidtgoldblatt) * Convert various internal data structures such as size class metadata from boot-time-initialized to compile-time-initialized. Propagate resulting data structure simplifications, such as making arena metadata fixed-size. ([88]@jasone) * Simplify size class lookups when constrained to size classes that are multiples of the page size. This speeds lookups, but the primary benefit is complexity reduction in code that was the source of numerous regressions. ([89]@jasone) * Lock individual extents when possible for localized extent operations, rather than relying on a top-level arena lock. ([90]@davidtgoldblatt, [91]@jasone) * Use first fit layout policy instead of best fit, in order to improve packing. ([92]@jasone) * If munmap(2) is not in use, use an exponential series to grow each arena's virtual memory, so that the number of disjoint virtual memory mappings remains low. ([93]@jasone) * Implement per arena base allocators, so that arenas never share any virtual memory pages. ([94]@jasone) * Automatically generate private symbol name mangling macros. ([95]@jasone) Incompatible changes: * Replace chunk hooks with an expanded/normalized set of extent hooks. ([96]@jasone) * Remove ratio-based purging. ([97]@jasone) * Remove --disable-tcache. ([98]@jasone) * Remove --disable-tls. ([99]@jasone) * Remove --enable-ivsalloc. ([100]@jasone) * Remove --with-lg-size-class-group. ([101]@jasone) * Remove --with-lg-tiny-min. ([102]@jasone) * Remove --disable-cc-silence. ([103]@jasone) * Remove --enable-code-coverage. ([104]@jasone) * Remove --disable-munmap (replaced by opt.retain). ([105]@jasone) * Remove Valgrind support. ([106]@jasone) * Remove quarantine support. ([107]@jasone) * Remove redzone support. ([108]@jasone) * Remove mallctl interfaces (various authors): + config.munmap + config.tcache + config.tls + config.valgrind + opt.lg_chunk + opt.purge + opt.lg_dirty_mult + opt.decay_time + opt.quarantine + opt.redzone + opt.thp + arena..lg_dirty_mult + arena..decay_time + arena..chunk_hooks + arenas.initialized + arenas.lg_dirty_mult + arenas.decay_time + arenas.bin..run_size + arenas.nlruns + arenas.lrun..size + arenas.nhchunks + arenas.hchunk..size + arenas.extend + stats.cactive + stats.arenas..lg_dirty_mult + stats.arenas..decay_time + stats.arenas..metadata.{mapped,allocated} + stats.arenas..{npurge,nmadvise,purged} + stats.arenas..huge.{allocated,nmalloc,ndalloc,nrequests} + stats.arenas..bins..{nruns,reruns,curruns} + stats.arenas..lruns..{nmalloc,ndalloc,nrequests,curruns} + stats.arenas..hchunks..{nmalloc,ndalloc,nrequests,curhch unks} Bug fixes: * Improve interval-based profile dump triggering to dump only one profile when a single allocation's size exceeds the interval. ([109]@jasone) * Use prefixed function names (as controlled by - -with-jemalloc-prefix) when pruning backtrace frames in jeprof. ([110]@jasone)- Update to version 4.5.0 New features: * Add --disable-thp and the opt.thp mallctl to provide opt-out mechanisms for transparent huge page integration. * Restructure *CFLAGS configuration, so that CFLAGS behaves typically, and EXTRA_CFLAGS provides a way to specify e.g. - Werror during building, but not during configuration. Bug fixes: * Fix DSS (sbrk(2)-based) allocation. This regression was first released in 4.3.0. * Handle race in per size class utilization computation. This functionality was first released in 4.0.0. * Fix lock order reversal during gdump. * Fix/refactor tcache synchronization. This regression was first released in 4.0.0. * Fix various JSON-formatted malloc_stats_print() bugs. This functionality was first released in 4.3.0. * Fix huge-aligned allocation. This regression was first released in 4.4.0. * When transparent huge page integration is enabled, detect what state pages start in according to the kernel's current operating mode, and only convert arena chunks to non-huge during purging if that is not their initial state. This functionality was first released in 4.4.0. * Fix lg_chunk clamping for the --enable-cache-oblivious - -disable-fill case. This regression was first released in 4.0.0.- Update to version 4.4.0 Optimizations: * Add extent serial numbers and use them where appropriate as a sort key that is higher priority than address, so that the allocation policy prefers older extents. This tends to improve locality (decrease fragmentation) when memory grows downward. * Refactor madvise(2) configuration so that MADV_FREE is detected and utilized on Linux 4.5 and newer. * Mark partially purged arena chunks as non-huge-page. This improves interaction with Linux's transparent huge page functionality. Bug fixes: * Fix size class computations for edge conditions involving extremely large allocations. This regression was first released in 4.0.0. * Remove overly restrictive assertions related to the cactive statistic. This regression was first released in 4.1.0.- Update to version 4.3.1 * Fix a severe virtual memory leak. This regression was first released in 4.3.0.- Update to version 4.3.0 New features: * Add "J" (JSON) support to malloc_stats_print(). * Add Cray compiler support. Optimizations: * Add/use adaptive spinning for bootstrapping and radix tree node initialization. Bugfixes: * Fix large allocation to search starting in the optimal size class heap, which can substantially reduce virtual memory churn and fragmentation. This regression was first released in 4.0.0. * Fix stats.arenas..nthreads accounting. * Fix and simplify decay-based purging. * Make DSS (sbrk(2)-related) operations lockless, which resolves potential deadlocks during thread exit. * Fix over-sized allocation of radix tree leaf nodes. * Fix over-sized allocation of arena_t (plus associated stats) data structures. * Fix EXTRA_CFLAGS to not affect configuration. * Fix a Valgrind integration bug. * Disallow 0x5a junk filling when running in Valgrind. * Fix a file descriptor leak on Linux. This regression was first released in 4.2.0. * Fix static linking of jemalloc with glibc. * Use syscall(2) rather than {open,read,close}(2) during boot on Linux. This works around other libraries' system call wrappers performing reentrant allocation. * Fix OS X default zone replacement to work with OS X 10.12. * Fix cached memory management to avoid needless commit/decommit operations during purging, which resolves permanent virtual memory map fragmentation issues on Windows. * Fix TSD fetches to avoid (recursive) allocation. This is relevant to non-TLS and Windows configurations. * Fix malloc_conf overriding to work on Windows. * Forcibly disable lazy-lock on Windows (was forcibly *enabled*).- Update to version 4.2.1 * Fix bootstrapping issues for configurations that require allocation during tsd initialization (e.g. --disable-tls). * Fix gettimeofday() version of nstime_update(). * Fix Valgrind regressions in calloc() and chunk_alloc_wrapper(). * Fix potential VM map fragmentation regression. * Fix opt_zero-triggered in-place huge reallocation zeroing. * Fix heap profiling context leaks in reallocation edge cases.- Update to version 4.2.0 * Add the arena..reset mallctl, which makes it possible to discard all of an arena's allocations in a single operation. * Add the stats.retained and stats.arenas..retained statistics. * Add the --with-version configure option. * Support --with-lg-page values larger than actual page size. * Use pairing heaps rather than red-black trees for various hot data structures. * Streamline fast paths of rtree operations. * Optimize the fast paths of calloc() and [m,d,sd]allocx(). * Decommit unused virtual memory if the OS does not overcommit. * Specify MAP_NORESERVE on Linux if [heuristic] overcommit is active, in order to avoid unfortunate interactions during fork(2). * Fix chunk accounting related to triggering gdump profiles. * Link against librt for clock_gettime(2) if glibc < 2.17. * Scale leak report summary according to sampling probability.- Update to version 4.1.1 * Fix hashing functions to avoid unaligned memory accesses (and resulting crashes). This is relevant at least to some ARM-based platforms. * Fix fork()-related lock rank ordering reversals. These reversals were unlikely to cause deadlocks in practice except when heap profiling was enabled and active. * Fix various chunk leaks in OOM code paths. * Fix malloc_stats_print() to print opt.narenas correctly. * Fix a variety of test failures that were due to test fragility rather than core bugs. - Remove disable_oom_test.patch, fixed upstream. - Run testsuite in parallel where possible- add disable_oom_test.patch- Update to version 4.1.0 New features: * Implement decay-based unused dirty page purging, a major optimization with mallctl API impact. This is an alternative to the existing ratio-based unused dirty page purging, and is intended to eventually become the sole purging mechanism. New mallctls: + opt.purge + opt.decay_time + arena..decay + arena..decay_time + arenas.decay_time + stats.arenas..decay_time * Add --with-malloc-conf, which makes it possible to embed a default options string during configuration. This was motivated by the desire to specify - -with-malloc-conf=purge:decay , since the default must remain purge:ratio until the 5.0.0 release. * Make *allocx() size class overflow behavior defined. The maximum size class is now less thanPTRDIFF_MAX to protect applications against numerical overflow, and all allocation functions are guaranteed to indicate errors rather than potentially crashing if the request size exceeds the maximum size class. * jeprof: + Add raw heap profile support. + Add --retain and --exclude for backtrace symbol filtering. Optimizations: * Optimize the fast path to combine various bootstrapping and configuration checks and execute more streamlined code in the common case. * Use linear scan for small bitmaps (used for small object tracking). In addition to speeding up bitmap operations on 64-bit systems, this reduces allocator metadata overhead by approximately 0.2%. * Separate arena_avail trees, which substantially speeds up run tree operations. * Use memoization (boot-time-computed table) for run quantization. Separate arena_avail trees reduced the importance of this optimization. * Attempt mmap-based in-place huge reallocation. This can dramatically speed up incremental huge reallocation. Incompatible changes: * Make opt.narenas unsigned rather than size_t. Bug fixes: * Fix stats.cactive accounting regression. * Handle unaligned keys in hash(). This caused problems for some ARM systems. * Refactor arenas array. In addition to fixing a fork-related deadlock, this makes arena lookups faster and simpler. * Move retained memory allocation out of the default chunk allocation function, to a location that gets executed even if the application installs a custom chunk allocation function. This resolves a virtual memory leak. * Fix a potential tsd cleanup leak. * Fix run quantization. In practice this bug had no impact unless applications requested memory with alignment exceeding one page. * Fix LinuxThreads-specific bootstrapping deadlock. (Cosmin Paraschiv) * jeprof: + Don't discard curl options if timeout is not defined. (@djwatson) + Detect failed profile fetches. (@djwatson) * Fix stats.arenas..{dss,lg_dirty_mult,decay_time,pactive,pdirty} for --disable-stats case.- Fix build/test in SLE_11 by using gcc48- Update to version 4.0.4 * Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large allocations that have been randomly assigned an offset of 0 when --enable-cache-oblivious configure option is enabled.- Update to version 4.0.3 * See included ChangeLog for complete changes.h02-armsrv2 17261342335.3.0-150600.15.4.15.3.0-150600.15.4.1jemalloc-configjemalloc.shjeprofjemallocjemalloc.htmljemalloc.3.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/jemalloc//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35607/SUSE_SLE-15-SP6_Update/aff25b9cd13e6816e486d395c97cebba-jemalloc.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linuxPOSIX shell script, ASCII text executable, with very long linesPOSIX shell script, ASCII text executablePerl script text executabledirectoryXML 1.0 document, UTF-8 Unicode text, with very long linesC source, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRQp.8ϳ~utf-816567651fcc2b28b33db3587c31f1159e6332ef7465380ea6fb87d451f82fa16? 7zXZ !t/~W]"k%Y|~Μ hNܙoyOLwq/Nwtc]ƾFDs]R5F# xJ(R.?\XN-qIWkWJ !Kĉ-;7WVgxұu_Ǽ56 bǀ0S/|;0Kh~dzaIdF^ h! Ʋ¤bu gwi{`Y˸h=jw,^DO8L@GgPa1z̒i$%y8Z,įk k쌏]A5Tn)Ot `^6rsV)3%ljV[N /Ya3Fͧ,?EW 3q/5~̡XK@1On'q4RWBn>H#D4p1j2tT}w=JSdԭ B5 ]ʋq0A\N2"?أyZw߱N_C>cS>@ ATﻄBK{'0Ǒ,dsTJlն|J[H &bs! #$V4VWkKA:6F2̭Q:VK\JhSeӯͦi+_+lFJݖ-{˿"_.gZ7<=~IF-!cpML-Mw#_'[DdHe9'yf+ɒ8uZQEW@g+S?J I&C&0e{Z 2=,܌Q7َ&qx}i< Ĵ੉-ᇃ,'{Y\k\{IVBY}SX:ѹs.xj{P֓2;g3YRcUX}BLrtDEz1 K'fZCBy](|բE",sŅ*NPQX\wUz ݺںwuMqn)+雮]X.yV_?~`Vbư|ԡ#üΐNZk6gn"˥O>'m^.@01g|#^䈘x*Ylgz5FP[EwakRv>;j/'Z3zKCa?JCTʖA &nFXA^׀ƥmǚ'չp[Y0d 89vo9أuXqM5`տ`Q2Nړq<Mp|M X8Kl20]%!6/F+ [BH;@+q\qEk[/\T"|{9* ' ^5zV[/ikh Ǫ;nTMLBU2_PL NGՖayNgT`xFƷ4jwld+32mGG OqunrY  / g Zylz%k DnuȊBX|dZxVdwԚhy ;^P^ȕt5)"ԏKG4+,50MM)Qkו/cT(}7 Somyau t#pB OGP:ϫ&[3`uۆ\1164ЅpAbehSByy𨛻@R%¤'C8FAI!֠,>[I,A^aUp;K,*/`{e_ȃ~+L6owUƿH>)U塭텃ct;KIi>>'nգw{{u p`X5 .;KXśNxɾy0ʬNQJ/R\>m<\]q*gDž6b#}Q`K]c}#hRE#h<ܿ;m{bMwӣʜ!F?pwm*ϫrl7]29E^;ՌvP+lIAv2Sߥ=H%tϦ=]BG`JU} IѹDkR껿3`$}؛crč$ȘR/3lFE-WO ']n{^W97f20q@꾼x]f*K7f) z:0mhݹB2<2M(HmtijX,x^r[YWGv] TL;Q3r\*$[w-g՚RUORRSv,,Ugh'-G4֓RxC8v*KUX?& Opp @7vهۧж+u!.C}K6# !l/3|ڭDo$虍ۅxl41 w;BE7~'tQ6|QJHΏ~Na^F`^Q]Yv3Tx.W?P`JEb%x/8Ut\$d~IzOK\R:.ii?rl5gr*64k"?qE/|[:tP#ZCFw ƧhuOX+ʳ!oUvo8E󶯠jV#R2#=*z_ץEiG2BoJY脝e(P.Uk/ AIW0`!mX]?CWy(#jW jͦ LZ2 g4TnlFc< V@Ȑo}HJ(<gR\޵ض}?x -O9y8a 3[g;!6*:¾o:~ɗIfPQH `Sֹf1 D` k<7#+.C`IOi(e|6d5QCjyl¶2-b5B /;/4od_A6L}QKֵG$1Xĥ!w sO`t'p)ܵ5}AH/lS$|78lg#ΎA{\͔ݩqo/ѽ96(.]+A0-6"a <^1.:r- ɡЈnB.( =1p%]{U݈yafQ{ )lN9/8:B'峟-YUd׸ ]!.=zr#luX⚘p36פ40%EZpR,z^U8v9pD%B}ٵrs2O3띵 z"f"L*3jPe)!+E~91aE-(z#J#^[brol[SA#2-$N^4U0bԸ<Ipx~P)u`{O3B%m$jq4 rBx-ESC~ƂQ@H#" @z754>|zrNn5=T&oo{/d;B>9f HFT7i,tƒ5]|p汤~a9)#>t>' $فqPJB1r]`_?\uWG-{td/Lŷ%SyVRgMy<}huLfs(ڬ>P"ؖgϱ 2 (eۣ4$]yz=4{6:Nec (ԁiZ J d(!T@aֶ9RPzSU JWwe9;M0#DR E&52N,+5GFғs 9t ;nHb̫`Ms\)tl|K .p CTBŮ+X{"@ skZ_QB`wOYAH _ؚ#/5 %3yqvC]~D")>p,^8.ғDwחmt(lFV?2-]u //UR eҮ2FX;?jBbl 6ߖvY@+6&gͱDm,+=Ulj0X-.z"z)|>)ة9L9L6z,&4J3u ꗎ{Ξ^J'~qUh>0,^+/xu=՛M)Z[OA˿c ;|֒gꯝkH_ p` *w<7탑S%ECS8f\_b|xkT',m{_="fX"dP폶6g2dVKq v߻tLF?͟ [aT<&pH>X!Ӧ 0kREst{(io8"Y6 O#l3a7lqg*hi1E[ɞT^|<C⛸hh[FZ+l6t8q~up$ze>/3MJFG\SfJz378c5&cCkgi z]@V~z4Љ/TF*5?w2'oV8be; W?+&@Y1+"Ne/ +n-OScJ>F3[.DL&B4U2f&>*uW8g1Fl@h3g%63~RBv«(H٬0-%\[v"O<EńAuitGs7RCT:: 7!dƙ> _qO` N%b1YD *>ۻK"o mMw7 oqDf? 7NpxW/q/. P߼WF05ȆBg2H6n0qLQV|x=Jl c26(:~A7jP\P#-ܖU{u1++5KhCv'ƞ\d.4S %_ᱚx:s~,_US Tk^.k,Nj@?ݬ;'$$HS`>&ρ]v1pX&z{j,NoEhR<5Ev{O!^C8q]7y(rut >'I34 C+i'w{1'y~kgtV(bY]j˱k25:6>L+$o%F+y8Cݼտ)o)%J2볦8ϵϛMjbȈmP踔mH~w}|SsN-\q%0A]zmv ="T"O]B_hW}74ܫ-<0WZ4 DWmv2~PWx@QQ \&7<_캚[*8O \ <J~[y5%ɱn< ʙt`RO"·mr"C#筨bM9b2sӪoD,hv|%!&@4~dkc8Y(Cs4|}e\e*+A#GMPd;3wv "orjJ,Jʮ'&.Q5Ɠo4G2,9} } ],(O4hj/In7 4n}6fΠg=!-)?&bL/^euqu=xZ M[8G y$XI~ /A}s%~ &p')VtU,q8ֆ- sL7SWPX)kJ89/ qC4Q/]ecCariH]":*%Ũ{:TvMf$3nw9%Gc{<`1q?9ZkdR0 )ƚ\4mܡcuU_ ,hi#&a_AL]C>y R:{ *#f7EL->x㈰x0Bέ{o+6S5ru]UTXXF%ƁF7Wg%k e!?Y7^ߛ,ls;sXJV f6@A{ W('u :\ /{+cr v߼oŲnI `؊Dh󥟢3a]wZ5qitۉKϦ|;总zNƙ ?S[9L9$>u R=Yɗr@vh% lXi#?M&%Td ~O,P9|-vIvi9C'YcJf2*U?HsgT3f_#čs"͵j47u^⧞jmQ?8eY4&'G`dEx}_4pu,VյKȖ9_g)׳l%b}2 0*Be`jF/d\+?R/t^ni,o9zKJNyI,aS^5a[/mXLcf>~xijX}V:_Ս)Nv C K}ܥV.*ėE YfnR-'IyxbtQ-k CW" S =[k+B+SX@Z_ݙt,H:^ð?nYDĴ'%e!4ND‰&yZD~9S$Wڃu!P}2 ΍8 2sa[パZ4~1\+ʁ|nH߬CCKk}Jq߫b.zOxQFiU7J,_t[:v/uh.4I}}㷚>f+icIAϰ :Ԩ?dfշk!d﬇?ZHSFa;#rd:Re4v} 1bP~YM=\ѵ&_eQiQtYU26n~CAMxtݙo-w!A sQ^f=]!`Ew2:<9p6-dj:C? e;{#VT{\ BT)DM2 7Q7wo Gj3ar @(1՘>N}}9PN s{sxnb؋^gbl@UV:AT˻0>owENbhB^FuVwUÅ~G^]/[B\:U)"ʪ>̯:Eq>2p!{nzZf; ,zAI,d߳pFpW0H%4D\MQ,ѹfǧv(0DF Sӣ+&z~9yrjQ!nJaqvUB<=VE m2@p[gdO|T8vҍ͈9![˪B(hژ=Rwv=@Z yNqN p y8&zI;Q# ߗ @qvnk$lk'=muqUz2aLF*[ПZ7rzK:2J:/v<qw (E?L%) B: ^%A>Qg)nT* K,n.}qPl5 3t8_o=Eލ}+Uؼϻi|-m>RHDJP[6r^6sFķe(ަ/Ώ_TIsasCnbGcBbᆌ{=zTT(`s0Ӯ*ǯe&^h|Fg 2:sl: [E9l{sջǤWttytohI܇m64of_w'7,R^@cj%LovpO+ ̎k6 W3Y/H}bVdmqeADί8E%LRQᆜm`zneGR< RZZ1Ǿu6[c>al7L|һGǑ8a[嚍91v(lt %!="bB[Tদ|Sp$Qb% VpzmlmnhbV-YMc'`md{I8enݯ  v97 Oq!O-U6mps,id}wPV"M Tz.] I4T0H?gϵsB(=JX<9@59^: ;Fj4 /[V^j^ R+DjoMyӒ$@Ȧi0`iٶZ*?z3G=rWv l GB~QLÕ@K`csVյ@{DLTQN Q/1fNNJy*O9{|.Z aO]s\=Kc2!Vqo* X%.LK<_L}>sęUHᲸ<< 7FR-ucITM%  9z9^)iF2E[7:ˈXi5C|fMݖAK±MpCONF$Q> ,ݑJ {FM[ۣ cX #T6 S<`eF/]Q!/eB[u'2*9z}-@(nY(3>۠ԑt h.3c)H»SƁ?qz >aTŦQ:4X $GHD7o{7ye/B{գ3r~Wa"VQH;2@~D:UWVH ~ x9sLƪItp"먆?hjNeu쾚JWe tas^+nuH`ɭGQ犣;])mՑGz|)*OuÐ:jQaegJ=!P2=~};SqQ5~J ٽSK ߘy5sjOوY>؍&B LgC|5?8.(@LNIIF/bܤh;-Գ󾺹7DɱC$G4*jmQUpQO"l/D?6nvZ6>'.t;.dI>nSi C@w۲]#kdzՃF!܈<$JO~1`NR|-%|o yCoS晚A+̄3{~ijo-VuA\_x) sƞsڶ9C w'~@qqmeaGzznbF3ҦA6[W+N]j.7rG7WC^fidy" tbQBR 6.n퇉./?b%_/|b)gD5 a4Vxh]Ya]ƋN[Ӯk mIdLM[tlqt41VrR-}Fdz8sRokfO@w KtbҰA̵jE> a%#?5,yPA lbT*2t-ިg.Jڋ(2!ܶ]_k1 cIGu,˽puo㘆^Ta6m{*.n0D||^hN;LTfy$z};KEe9Uel F/\{0[C2/&ɸ"A6z_)4)@tS39P+;4 t͉Ed}rZq;^G>[zPJ{{ԝ+^MI"~EKڛ4L¢xR@bܣ +$xF~ѵTA#=A_[:s$] lT=a"^^:H ^öv(@\Bn˜  qGH{qY<bGMBJ%ʹ^ϸ 0:Eɓ0%xkMV`iq{h÷) 5BKİ$tԠ3yW-2 Ue{"׃}'ֽ?Bn 2^9^ה# ۩=D%|lu7.B;|mÌV8p:y@Gq7jMՠ3H٥*e&^}~ _p.N-ud:0g2^R"-߃Qc}%*LzWH]:MyxK{r}r|  , 6s[ektӟ.R #a`KPR#fCm8P( LE)CuyAL/Q(I8Ѵ&A\15p5Wfx ,R3p\VXctػr624/Ϸ4 1~nJ)9Ҫ廘=uU t1Ufd߂_Ʋ+'6QOIuO\FꂙݰKX\ȸ[!?b_4I]M2F 0Vc' \ :A5㛼Ɣ]@ٻUEm c r|˘.5GJ[706oZbzK{~7ŏ/':uցC&TA! AÝƮGԉЛdG -x f`Զ҈%RRϊDXI΂kƸ"uRZ#?tfҸY{_ RNJ"ڂ qyp4!bIO%4I+0 !)v zcٵO߮>Zoo4y"XZ5Ϣ`E%rx YGfC^#/WDyYqPNrjqX;MذpO ՇX"7pLApKKZ4/ʸ8biV$_5Ht1f/O1 R$-aF;N%:jae;YUF=P A پ plcBB 'AC蒵,b0^jOw?Yb"s$8^$k}e`-96G # 9fkPNxN_cKky{K#u^Oz's^[Y *CA %ySeСQi@<=cטREÑ+7Dc􍠇ߠt9bC)%bFDrj`]?T(je;CȨmU--BuMrȶyl9o-睕8BdXEԢB7%_O!_gқb ojtڊ?KA *.,oQb$P7O K}0JrcC(.ՈOA(=" Weܣ"EKyx0,b%;i`fcC3ޛp ݁2LQ#3kG@rdnr#KL6"0Y [`j!Fߠ⢾iu^/Wn#4}Ҿu!h|-A. KʙQ K#ewi;y|7Fdؾ*?Pk˴4 cɩ )3kcHA]UZMР&;Jʆ*^1YYok_M[y./:UU/_n|],xCwҋ z֎R.]GOoC %ѹjtʦDkGu*ζ|k発[gg &֠kya*/\ b EӦ\ݚKZ=al6(Pn[˅3D*so %C" їJv aEK;$1,8ӵsY5ja&cS鉭$oUy@ EcHX )^GM8T@JX/s2yŠ=+Xh7T1-Bp)/&:qdbX9=AL2gSHVKUv߶xg*`._@LU.=j[?^9,E`Dg\s+at3ڛLuaozH͔Y@*?# Dۡ!Jt.}].xvXA]Z,[ N{ +sqV!QKF*1FnoVc"qD@Y~Ԭo#'5Zfi1/HE"m +őqv K_Es Yf0|w,4_ @ayHLLJ.rBEygRBE %g {[Y5) ~\Pt3a"UbHMzȘr Tpqi5_ʽRV|N~ڒ٥=Ln :Hf|OGb^@6P0I܊[F g#KAr$9Q"AMyfz+{ouh:j51`2o:V{g:Au 3Pb-gMgmt2zp"EdxXgYS-{ýyOrV:Eʏ J.6m钢~pד=5kٺy4~.VLdk|mR_r~B^#AN[[* ^i RqD_oze uG8a|YUӍL6!>< W: >9* \# sOHnʐD|i]M-o)y\yŚ9=55(^vAb ۤϞq P{fdEu-1a `<y%o&l% 6P1-|; L_CO;vvC)L:a)7pWplDO/aKPϩvsqCl(ؾ23µbz9{oTb(RmaLJp;⇌{Y;"̠$ⶶ6VAeDmg>m[vJ6x^P51,QkY(w|Y10;Wi٘e8<((ŸW|%Z34ɜؒo 3~r 83(d"'?'Cf d>1|GvEjaPPSԛ"C mX H#_?M͵]PB$m&@Hb'; JޤbY$뉏3a3Ki|QL~E܍=P{s$Pc· <bVu@d+/j'ݰ3:q%`3GK{ٱ-p+'5Pz reZFtciVRQ]+gayMhku]Ak9.ۋjnsDY]Źsz6p˧̍o~Gh\R6ͬ^r$`*6w.D6i?aKzS-qjq?B c,g*϶wOzO1s\+,Pץ2O5 )6ZdDLaKȿۋ.,<YR XPtUNߕL>3:9Y쾖NYĄt!h;Ipo>HyC.E,7by*b70}@1, +Ȃ.PЌ"H_x l@˰(C;4#Zȹi`bSyVqX&oL 蚝/uʊG|V= X S>~(>cϡny2Dֹ_WLpPSy ͂,T ݝsZL.d jƫܕn~& 1X _(tOo>%,D׭ڈ!GتWRG"v8{\0/ܕ٥m~;=}3uQ0mՉ:ùLZo{e0m=W:fGs9q/'SZ7zijbApt=Zt >}@ܻRcO+9,zW#2T,%T_v0>ܘeVs_> تAlPѺ .>uphmk4hvr[n{ bҭ ,Wq)@l@cKϙ֩4WI:X.f3slީSZ]Rphm=f.3_z'WDoi`[ɶ*\1 :MSXX^& bYD;2~O8Ip)1&>ue#̠P_NY nXDb [ &W:ˇJ`ya0qGʞM p[};F/XCC Jw.c܉ мb-οg(6Wo&5Ҡ_H9uSk g()ƄI1nZo e: a~g5ۗF f1JGEve ;"yM5LjK[6F7<'[0!,xQ{(Ar?KHzVŕC'N@e$:^]bW82#%:909R/#K]tQ $i^dsm07 =:&GT58cn16Ŏ3M"%lcXg88åDI(z*Ut|6A|soԍ168XHvn"&ȋ0GJ^$ soH"`Yz#Jj$11DF&@?N%(U[uOdlY]1e~@4p0T4>(fT#بJVr),H;1hF9SD O At^/9lRR†]#ur">+g >= D\|:Ms g5 5h=RC]ϊ84&MmmDu DA: i ߸ԨU\g,&k 2*d 3Q5(3az_H_{哊p75M&CY %,; '|xLa"QBu-F}go]1aZ? JMj/ \<| KD%,Q;uWjuZN.fgk 4|@wak38cڷHuhany+脃Vsrlpy5cPZDMϋTkMݻT*.3S0^giehw[ܧ(0[m\\τ362Z pOֶm[<}GdXXt#ȖYf$N՛=fRՠՐ~z hSHw.0#wS"nE)B-) c}36^Hx6˦Uq"~T);K@ȘљhUm[FR/Yiw$࢘yrCmiS. (}[Hn(' h]gO^#.[сwIvOTPYMZ$4$+nNH01!jϓ/~qeA_jǫvF#3^1CZW7?$4JFeӹ.oIq߭5ePdń6"gE<ӯ'Ǒ)|B+ti7p0ފ!8S;E2(oaÀ{QV9'sUmI`{Bϙu~0Zy]JͷY_ y%b pE91P`?fӗ颋O߻j@ܹ2/%i5gȄ5"gR7ga%K 477msmס:ߛa6=pڽy?"Ƿٺki68(/~xwߌD\qx@ė! pTEp(:>< 7L*5عeO-Z)pdP8ɍQH?JvX# N!A1%^Hxhn4ot&6NJ+%V8]xk(Im && "/ hJqTЮĻE(~ELsVixq]qY' R\KuIܴQaĐ$Oq/C4Xh o\Zq`ުS_Z2E'l!,n?rY pG(,6);ph@p)='֟ NnlxGmI"|yCg& ҂wp(؟sڤ}̓f͍;8i'+g8j؁|q?-ӏB)3tm`EVrm&~_pR7C/fݻRRAYN{ϼ5wx^$nNHEF*uO|` {#/밯WzDտij)aLKa vg2dr<^;S ]d+*01ܼc6hܝz| yRrڝeqnD֯&9Y+fM"DgTw > Yf责qSi.C/Ef&1c"t-!5Έ O`[Hrm @]PsITtӷrS=B>p|)Ǹv1[KVZ>i0\M!5^n-9 ǎ\њ.6ߴKL7D7c]8F,=Vk;xM;jwy^œ[6-z2%oFᰭN`,4\BT SZ6|䠈-8̦*A;hd=gJ$6[A5S1g ,wR5{G9< K}{5eT\J &_V=#t;Yq!j. ׵N AםJc>N6)QtI`hxJ:bql ΈhWBWw@HROhQ(&,REWN+fqDniLjN| 5L[A[P3ЛEo mX'TrF+}yo(Zix7@X//JS `)p# ЗWߔ#2!b"~m:ӠsOAz̄/Yѧr!&<-W2uWeGFb `*ouP<+-=Y\s5q[] $0s:MÇk 3*Wu;Fj|˪_ARm`DkYDp20iȵch1ŁFSOCtu^\~zPkkf9| I)kj)vj(<@b5)f_$n'(ݺ8˶'ǟ7˪ȹJttJ.nѽe!!Uj'sTNJqI9 SR*UlsH[vٮXRKu̝ *޾Ɵ}wXϹfգCWO\$8!ha5Le4MEsrCaYY5L_MkC0*SEy mk*2-DZݶ|H)_iE:&Z6nR2q#P^s2z&&\^e/lGo"L6DOkY@q_U3m5LZGq%jyfbPsfY2Ȩ!m$~H@ RP]LfYN nbNr1SYKNIn&G}|И>X? IUivN)^`TOye̪< 5m3Pqf#u?Q95J3G!p5`*GiJI>%ǐPKy0?#j I)?HV|2fX?i}i5)7H5caaݠ .e9%s`ꝁ6ݜl?3A˶Y_O.|!,ˆ^v"OFpC/^!(R2dž`z9]/Ӻ]3q,q$HG#p hWqP!@ %7 ^t׍4֑qyz qZ)d%FuJO{Km%9ǡ%|hpZux \sLc-7ΑoP+gޥ܄Pћݓy'KO%l~8t2 ,tQ`M-LQʄU0t\ D.&DP,%f#`r 1XjIoh\X y?Ð9T/9Ӆ̾ORiHBaO,&~,2r m=^)?٪C732Pf>`h(@(u)]ê x+~C.'॒ɍw0W6!1`G!UU%0$`X~Kj.4npM?6.* 0aVr9"N~*M8U$`4YK-v0^)]2(9d^/-hCai-J^SsiզԉVآ’+5u`k?j!N.ȍm+FZ5X(cZi{o-Os7f^nҰ,ˌ!kf~GWZ!w/Q 0ʯD9eT ѶVLj;rސ yΤX &2xDi뻭^x$i:?<aޛ9'񷬏<˄e6r2'/.OجVkU-?yݷAs ZFԠ{!y$/1gCoaթdK@Vd9N^F,z893חBޖ~2ȫn@@ m%d"Mύ`+;yEz_37%7v+yE),]k+/tvJ=d_=I'$T7?lϦ)7)7uO12-Xv1}}YQsjkLypxş-`s=lhR*lF%ܮy.MXfQ}M"!&)0\b>rr.86BێRC :On`5@UްO~CH 0L>24Y ]eBd7٥=*4h )&țkAS2}tт"2_|>Ic ޠZN6N2ị69Ժڹ2V/-PE;}Xbfn tb MHK%^g):3#F#(w59A:-"ʉڵ͢ =8!B &|mww\;m[-H.r~͡]K:^,nsfqE-3K]ɜ2] 27Wv51%+ (HL*To!ͮۗ2R7ddz׈ob<Ĉە],cFfƓ_RKs7^Wcf$z@dV_Zc[M\pL#n6T6(_^[9 gɶ`pey/?)G4tWw3_pR}\ W7lfRMe"f9Vca2w6o y$=isw|>Uq+[| :z 97RـMj# (;5]]K"Q:<͔:꾎A R0+gWè%w5qۺwyOz΀۸Hκ ݞs'ZuOq$J5='^aYJݐNH98osyj 횶6 Ek`H7nڦа99’z~Q0/] d'뛪|sHbo:-WE援̵$bJtp qlܾG<4]X(幏=θ={HqR0 ;o*-1N( f$)؆x V6֯A%>~|| ? ;.35tnN_ You:\= ',LHzS?PXa^:HĨWg_oWicx`E$MjDˮLNɍ2Lzݙt[խy>|"4,L ;=KP)7z>oߴu*PP[)OrǝGNpgp=8BBZ-2<~LgR*('Go|@>FqC0̤v'U7jiJE4/! i3º,ǯ%VoekU"z&ׄ 8p´)X0(>LeǫX ^KĞ9'hTםV9~}ZIn4Z ׄ("z>gYOj:PnS!"?ŠXEgO>}ѭ=cI>GS` e.h㞟C]^k'+X-Sd0tssn!p&1. }u8oŸ7@ ݦѢ(mAfϧB/3N ѓ6>sz@٥$hVI5,h>|S_k]zMךWgf''%a OAE("ќWѸN~sƁFP_ޣ[۶c&u2WB(`xp)(Jk>jN&OBX25T&$-X.*Ca$.~Ŝ0+g|f^/[3_|QN8pzc9,ی\B*R5{'0Lp]iP+K/SoYqĹ5[,geT'b/d~fоkіM>RUn*1IQO]u@j^0u-`BoM8?`5pĪ4MgȓB$?Q`qDȸ+lQ7xT4tMyz> *8 $Q' SK=*i AJiWI f?EC'u.U2Lh4?N9lFF.[T{c-`Ju%շgH80d^<\k'#cIK} osK4X(nJYP86TϕhR6bxBS' #4>,kz{Ꮽ@mI$.܋U3bTcxYR+K kk#FUtHBȅk iF]jR~}羈7Ducp{&F&irM@ljʠQw9q,=^.KIMگqZwfjњIljml rj_ƐJU 4W 6}BO5P_x (]YMaL!|+U?]旡q/еDI RĊ4zQIlI+k3wK\PWVyF$o&MfzR^i_djlH/ e!U;rҀv$6U$ϺFͻ/mf*71YLt;TmEՙzHb7NWjvfE MֺWV^an4lleHT s[7لL^WǶA%`R:!MՀ4mHݎT1b5/ElpP>:1 z bP(,;dHOlk`+_6͚j$`3aН ,(j4ȗrɑ)w - j*TgZiimlc9Q"^;jxL$L2 YƘ#Ny~?8J5@+e+o{p;(b)́;(D~d3Wa9v#:90kDN9u釄mgU`FVT[;AT .OUx xnfm3"S|\Y 6#BOsā{/ي\ǩH&.Ej@GMS8:^< };< YZ