jemalloc-5.0.1-1.25 >  A [եp9|oTϩ}bxG 'yznH}3b R?t7N+8&RAY c/9l 6juWC۩D^^W3t9NͽPnGy=\2XSE%g@򬭭蘴g[ﵲ0,C/!mP2)\}Cnd}&WtbIiYL)fWRKv&&!7ƫYä ȝ9PB7,`ĝvm,j{^itF4c56ae883aadd3ab8a699b0eabaf1861de82630dcfb6ea41010b183947cc131ab351aa9dc1a41487b2b7c3ea8ba626ecb4f01053|[եp9|=u셬PC%lV^g$tݿ_4\e3 g Fe,t!)GLFf˸?n+.#?mV =.YD43GT $hG𑊖fyGbgxg'֮;~H[?*`'h HH2פ@Eq{~ {Ϋ!ӒK\wM fx&x\hإ(Y*qBʧ]# "CFPD@OMk~[<#|p>s?s d   P:G ]}    : @Xv(89$: FnGnHoIo,Xo4Yo<\oT]ol^obpcpdq eqfqlquq,vqDwrpxryrzrrrrsCjemalloc5.0.11.25General-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.[\ibs-arm-1|SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/Development/Libraries/C and C++http://canonware.com/jemalloc/linuxaarch64 >}}gBN>A큤[Ը[Ը[Ը[Թ[Թ[Թ513a6bd5a3fb2bbd721201841728601940a4d361a0f0ab8b5aeffcd59bfd0e60fef38c471df273fcdbcce07751439ba093c2c1b42507659e568e7c193e268739a95fbf9bf2c1ed4ee9932f4f7f9f07a13390b27ccb0d3782cfb6c9de19b0510aecce039b750109627040ef2b024824d2ccf46840d75564accc2538112aaaa3166934d4803ac85503b6bb24ad5864638c15e31ab6c4b8327ab8053ac0091e24berootrootrootrootrootrootrootrootrootrootrootrootjemalloc-5.0.1-1.25.src.rpmjemallocjemalloc(aarch-64)@@    /bin/sh/usr/bin/envlibjemalloc2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.0.13.0.4-14.6.0-14.0-15.2-14.14.1Y@Y@Y@X•@XD@X!@XWYZ@W5W)@Wo@V2Vl@V+rV7@S9XS9XS @R@RURfhQyQ(@Q8@Q"@PPE@NN@mliska@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.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comjengelh@inai.dejengelh@inai.detony@daylessday.orgtony@daylessday.org- 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.- Update to 3.6.0 * Fix a regression in arena_chunk_alloc() that caused crashes during small/large allocation if chunk allocation failed. * Fix backtracing for gcc intrinsics-based backtracing by specifying - fno-omit-frame-pointer to gcc. * Use dss allocation precedence for huge allocations as well as small/large allocations. * Testsuite fixes - Drop jemalloc-fix-backtracing.patch, merged upstream.- Enable profiling - Add jemalloc-fix-backtracing.patch to fix profiling tests on x86 (the failures were triggered due to profiling support.)- Update to version 3.5.1 * Fix junk filling for mremap(2)-based huge reallocation. * Unit test fixes - Remove jemalloc-fix-32bit-tests.patch, fixed upstream.- Add jemalloc-fix-32bit-tests.patch to fix test failures on i586- Update to version 3.5.0 * Add the *allocx() API, which is a successor to the experimental *allocm() API. The *allocx() functions are slightly simpler to use because they have fewer parameters, they directly return the results of primary interest, and mallocx()/rallocx() avoid the strict aliasing pitfall that allocm()/rallocx() share with posix_memalign(). Note that *allocm() is slated for removal in the next non-bugfix release. * Add support for LinuxThreads. * Unless heap profiling is enabled, disable floating point code and don't link with libm. This, in combination with e.g. EXTRA_CFLAGS=-mno-sse on x64 systems, makes it possible to completely disable floating point register use. Some versions of glibc neglect to save/restore caller-saved floating point registers during dynamic lazy symbol loading, and the symbol loading code uses whatever malloc the application happens to have linked/loaded with, the result being potential floating point register corruption. * Report ENOMEM rather than EINVAL if an OOM occurs during heap profiling backtrace creation in imemalign(). This bug impacted posix_memalign() and aligned_alloc(). * Fix a file descriptor leak in a prof_dump_maps() error path. * Fix prof_dump() to close the dump file descriptor for all relevant error paths. * Fix rallocm() to use the arena specified by the ALLOCM_ARENA(s) flag for allocation, not just deallocation. * Fix a data race for large allocation stats counters. * Fix a potential infinite loop during thread exit. This bug occurred on Solaris, and could affect other platforms with similar pthreads TSD implementations. * Don't junk-fill reallocations unless usable size changes. This fixes a violation of the *allocx()/*allocm() semantics. * Fix growing large reallocation to junk fill new space. * Fix huge deallocation to junk fill when munmap is disabled. * Change the default private namespace prefix from empty to je_, and change - -with-private-namespace-prefix so that it prepends an additional prefix rather than replacing je_. This reduces the likelihood of applications which statically link jemalloc experiencing symbol name collisions. * Add missing private namespace mangling (relevant when - -with-private-namespace is specified). * Add and use JEMALLOC_INLINE_C so that static inline functions are marked as static even for debug builds. * Add a missing mutex unlock in a malloc_init_hard() error path. In practice this error path is never executed. * Fix numerous bugs in malloc_strotumax() error handling/reporting. These bugs had no impact except for malformed inputs. * Fix numerous bugs in malloc_snprintf(). These bugs were not exercised by existing calls, so they had no impact.- Update to version 3.4.1 * Fix a race in the "arenas.extend" mallctl that could cause memory corruption of internal data structures and subsequent crashes. * Fix Valgrind integration flaws that caused Valgrind warnings about reads of uninitialized memory in: + arena chunk headers + internal zero-initialized data structures * Preserve errno during the first allocation. A readlink(2) call during initialization fails unless /etc/malloc.conf exists, so errno was typically set during the first allocation prior to this fix. * Fix compilation warnings reported by gcc 4.8.1- Rename pprof to pprof-jemalloc to prevent conflict with gperftools- Update to version 3.4.0 * Support for aarch64 * Fix race-triggered deadlocks in chunk_record()- Update to version 3.3.1 * Fix a locking order bug that could cause deadlock during fork if heap profiling were enabled. * Fix a chunk recycling bug that could cause the allocator to lose track of whether a chunk was zeroed. * Fix TLS-related memory corruption that could occur during thread exit if the thread never allocated memory. Only the quarantine and prof facilities were susceptible. * Internal reallocation of the quarantined object array leaked the old array. * Reallocation failure for internal reallocation of the quarantined object array (very unlikely) resulted in memory corruption. * Fix Valgrind integration to annotate all internally allocated memory in a way that keeps Valgrind happy about internal data structure access. * Fix building for s390 systems. - Implement %check- Update to version 3.3.0 * Add clipping support to lg_chunk option processing. * Add the --enable-ivsalloc option. * Add the --without-export option. * Add the --disable-zone-allocator option. * Fix "arenas.extend" mallctl to output the number of arenas. * Fix chunk_recycyle() to unconditionally inform Valgrind that returned memory is undefined. * Fix build break on FreeBSD related to alloca.h.- Update to new upstream release 3.2.0 * Fix deadlock in the "arenas.purge" mallctl. - Update to new upstream release 3.1.0 * Auto-detect whether running inside Valgrind, thus removing the need to manually specify MALLOC_CONF=valgrind:true. * Disable tcache by default if running inside Valgrind, in order to avoid making unallocated objects appear reachable to Valgrind. * Fix heap profiling crash if sampled object is freed via realloc(p, 0).- Update to new upstream release 3.0.0 * Implement Valgrind support, redzones, and quarantine. * Add support for additional architectures: MIPS, SH4, Tilera * Add nallocm(), which rounds a request size up to the nearest size class without actually allocating. * Implement aligned_alloc() * Add the "thread.tcache.enabled" and "opt.prof_final" mallctls. * Update pprof (from gperftools 2.0). * (For more, see the ChangeLog file in this RPM package.)- Add a patch to generate jemalloc.sh during configure- Initial package (version 2.2.3) for build.opensuse.orgibs-arm-1 15273055645.0.1-1.255.0.1-1.25jemalloc-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:SLE-15:GA/standard/b7bcf75f5b5bc9c4adf312e39711c545-jemalloccpioxz5aarch64-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)RRRNrl|zu#y2utf-86fca902bcaacd2f0fe551ecf86cb50eec8a969e2b6a2f784af697e729bcc8fb0? 7zXZ !t/s] crv9ui^z &q߮Wj=dum^ҧ5o8t @,K%D1;a&JUC-8H9i+o1TQw;:K9hsaKByjޔm1>thajcOs rAMdHDACǡuLK@:SP>(^W!SX2G軭H7 uToA:R\:8('ؓ9 Q$ q+ ̝ĹД0+nU :l=!riS 1)V.f4CG$ 4.ϨEjHo`>Bkm}}_OKZywvA''wM0zQysQNPEDh^_lEǥ ɹON{(Z{w5ҿvYRI Em8AZZ~LwcT^6ƭX2.ڒ>CX%+Mk %;`b*"yׯt9N)2̺i`-ҧxyipLۊrSMlYk@kֹ96jh(st+>HotS`>cTi,U%M$8ՂQpWH6LvG- _7ye/ZI]c ]ưMeн|~_ogwX5eqY'W aig{sgfE|7J<<5=wلK9} _1wYno6dNol,4SJCt;F 66"\I"ߚ'[>UrRih:2[P{[mJ!=|wzM@ͲW`lfAx.-CyjF%b`'Kju!;xSU΢ N369 lWzۄ63~oVsD}cf-Ôju X&M;,65Lx\yNĒLRN1<7,10it'YbqAO}-1,Ix2\[]LCq>->M;ﲩrRY⪮9'jY3uQ,.!枰](|l8?ZL: ir, 툇Be'YV&Lj(mpT ֭!{*]r}G;x#qgW%_eT! 3-GH3Ma+ @^hRGJ7btY#dT TF`sEէpyyٜ(mUHpZA0axkg>DX(\P`lga]+1bGD]<%018q>.E-M,INldo>{\O$/0.,;<ƾa~ hEda/iCX%ם4\۫ܵB>sCh T2I}zP>-r̋v7~VG OlJՀxqnVgazO  3%6+:@?Tq3}]odZ0phۃ>_Slnլzs7 qHc\ 9̵[n9E(U(MC,i5NQ,n?ȏ!ť-?Z3O\9T ~EX|oϊ_F)`u4:yJȌM܅e5cj?2^x w>HK 24VSV ~͉ soJ{AR 54:_fcm4}ۂ dm>BcMiHl&3znfqΪ_-YE]7:o SSb x.džTI1iqRw泑aNd Ho+:6BiElZ -Q;Ӏ ):#~Z8Kr?XHZOyxLiXp> `ft3+mTQ}U:H״"M`u3nܷ2Hu>oe*Fae}kz0"^,09CA隘sWN\̐9,n}=F˟R&7m~P2cЄ7Iq ^\ ҵa 2PG|e%%3C4l +&v9(<SYt-g<ڭ##ɼ,)yBmZZs߽YpoO t` .~7Iri3;;ON|ߖez{TZ":[!ӦٙڹXbOW+(V 藛țT{j|w@aV rza 1OwKY#Fdrz$e, fh0iu"CJY(&^I >Bf͕gGV=W!`~^oZ u湚d o"= kb2#yB9씜`i6G_Ȟ"(\nd7|4pGf GFXffb=T~KՆk TTN9??c6Ag3x_w dEFa%c/ZCT^Vu <|jjP 6Wyˍ1Zz$ǐƵ)D,J2>3m bQtьIEkhܓ`v߸RC8D >LF+l*][SMnv7*S֘ ۠"qO6=Ulr~WBuzIq`OK'(D tV=sy8v${<6裮#U=D>rOy(r,qWl*'yX06&0Yk$kO!TDwΈR:$)#ha{eݽ裺nZ]|7B†OQX!4WLad#߂~BRcg%F.Y`޲V3{qW1 _OmUi~IN|?O$? ܶ&a}D[`3,Hn/\n\eoxi µ |1uA^hmMWQ8Z^T\=pv.r^K!pBrj~풺|db)1Ůf+@nRX:P7 J\Ͷ< nL~+WK)aXR.k4ÆkF *@׼j `-]E?}ѕ~S)0Ky< TϭEno09  %]%koM.lPwNyHbܓ V$9IN ͨ۱q?,g`0g̪קIy)FCcMį(M"\[!Bj`/˅?XO2'rdcW]ECSרU `_[`_`Fu7<yaɐth=oj0ͭRl4MhJN!?DsN!0ꑚX*fWɬrbտ7@JH&d؉r(e-qu$8peG0nNácJY+ssҞ# ƣ^5b8 Ԧiw~A |]L4d=ED#'SU_g8Ns} ڋ7U޿^K"#yફ9+ 5+$5m_ftYnѹkYI5jTL%~w @ PɮZzinoѵ` ZHVRL% XR"T–A,?VZX:?$b@5#jI]Ȧ 84TIiޤ6~x̔ *~@xv4kzA5ƘGbV{utl{#cwD< TڶZN Li~V"ylPw, ]&L< Sq{6+L2Fv Z .Tx (,,v$ cB5cJUFF@~ۘ|~NcՌ^T0Yb6Rdo!D4|l,G ,bQ}_kL/P6ѓoOahr%\W+&CkrPZ ` UMSն \7 pE/T! 5 Y]aomLbv¥chQ\X[/蚙͂îS"tNSg*jgx r]#@Ijkz} pXwͤ~'휥7ߗΓOݭav/3#j3uDÕ}2 s|/A"D>Π2k4-fqDj[RűNZx`7`6 ɿZzI8ͽ`;0+zy7 jjJ#%y`{By!v,/vX.R0$ƍ < O0mLKɳ1|tTa:0mʑ&vPc8 }C=pH$ 2a ~Zݶ#~?&ėV`!b?e-q' !sBLЈ6 xduxXjP0h4j5Ki} eUvt VᾲCyI%Ś ]&Yp"KDCpj&A<]WE. +f^j׶Q3yrN4 \th\iGڅ[(+ E3JخF?޽11]ę$xҳ!roש$~%-9VOr VBM:l[69':)5ʝp(rVE@J?|$K{ u5IMj(lCy]冶ТAǐL' o9^ǂ<([Ntϣo =G,EC8lSB(1Z gj>DJD 80a>&ʥMf%)EF('p;w=OB$_3#\39RkdA?H()͑Z."T `I kϤ8epZA]"A-̭)I!y_JiiNwN3[d9*_UKh )PQ&%%j| BhhR-hraեaZ8F< #hʟV֦=fnui y+ QP+}8M _+;nucy3*{Y55PݥSy{x;.5:rq"3t|0.ǭ-[vش[ Jg}( l/DyA&'nB!s@e$iMlH6ϐ28*y7nj2}<%t9~(}4΅sÒ nl1rŶeP7IeDag]ٝΊMcM G_{Th(34Jq̟rثQN۹,u6)eb/ՁH2(*'')̪fGb@ۨ f`$i:`٣5-$fDžVAwKrMEy5=4G{oyݏ~ª5e^)/[Ua7 twU"L4ӀZv9Ё^dDeJ E 5rKz2̊>qweF(7A=(c>< vmƎ^]E=lj@><,`=d| ph zALŒ)h_YT}޿4 8އ' z2i$7 p׎꽘u*0 =.ҩBAmǗ/pLi*F&[e0kP-k!(gulDeQ+9x<@P< G{6CZӱs4+N70 cI |hmq>e걀,eBEhCevb<^A~42-x|) k $0tnfKݍP 0 6ݽh54NUelQ's~4Ȧ.ꌌ'r? Li$%:h0bw3dS=w?\ު=0 ^EG}!P],= 'xh‡g?Z),д1Oh,J}rAW)>Z>MwXrZ]ʶq?v_`}2hBJH.皹W'-%(Ol80IDeyp7"siB_jy+k|"C$nSffM?N0BZXI,4m{W-Ɉe xjwgc,/g*BD~s`HUPn!,Kr0\hQʿfgoG9Iy;a?4P2j^GLH Xk X0Dg͉i65{GpRx)#)p|6LI#8ES,Fn"(e*<\MC9cM s.VZҢ Xmk9BrB*VҞ;?u \xK–jv^<úϫ! \ #y,k4#XJ 'd(`q4m8ylJȬP|am|߭>(M"%~sݘ LsQ|VN=XW/L v!c `q3]3YWPց(69z_jL`[hW bW~NzbQi+ }F#>o{V dZz/Yw*?r2Ɛw< Y5"P \ʲVrŢӮ7`| u VlW"pq#ZmG9,{uK!\GhEHfS5Qi8bP؃yӾGWSh.Bw55Wᕱv@<&FGI&t>~ۑuL#ou)":=|>QvGx FxUtK<iZ RsHLcmOq<y6"qof':ȉnb/{ Gݬ<Xː%|9N]FI(6=͎w#̝)'6}fh=`TJ_v 2ߧ~ݴU_$+ԥE0YL:R>)eVOsEB:b% |8ehbp%yv6ڇ^ԗݵ@mADy Z=g{ӊ:03НLoNzl% D(ԇ* ëҺ*7 )3p@rV_ ̭&e$@'ξ!<8GQ1y䭏UiOlƸnW@O'?9",VUp1~ s~vao>ZBpajC=<:58j=dOL35Ϯm< N-N]Tg|^/L쯔Yn # ]*FZ*_\|@bҫПb$&^]GRD >|XE!ōֵnصFbHZs;!XiImL?YqI]nF(ADSs g(. Am~-QSs@b_ISy)/B0jSi?NtR&wi<'gS;ՏA ށIqY'ͤ ։s/u,0jp |*B,Tvc+Uhі*/J7[޶/ t'uVxD>R[3׌٫^(@ PF[e/L0mb汓y"8K|_%b2QzFM%VWb:טH> rL] mX%bK5Mҽ  K^7!{5Wb=5@KY۾w ejz}PT)f8+WOzW".zZ]7WClY%.լ' SѬ:>ݎ>iZ>s2swkfjzC%'faB~K$bl{(JLm{U!d+UyJYA[8o\Dۏf@uaϠaAf9 Y>[D-PK)u#UP9PA ٖKtdV7zT5}'5Ý˭i4?W//orU%d؃Cc@"ωa~ Y;/[{c2nd><#]+oKIֺ뼮xtN75JE^N(`˗19Wڹo (jSYm݆?FjgY_):r읿!T\rGNYOQRG֎^-UT)o*t^ovJry]ROTlO]P6Yw'vrIlH2^n_tfϸy&ȈzsM4m9-VO\O44K'zcBj\N~sW°+tiàK9Q?F[ѓmM5ASFwج"i~A9w+:?I=c<=}_7w,O!NCH#eE=<)P%e]-QXnBJP4 9 ]Y٭cAV !1a\BVp)R&5+IgVWPE^0wK xx*qJ8A72|Sʤ:f P݆}@Gz$Bx0P?Ѐ(sxhJX[ ͮ>CL4IJS? o(NN PtysV)ÄTbs~%U|9}5ΚΓ*̰̀4̆~2ؙ'ymN8f)G}ϡˬ>˕FVu1A!Ӎ(\n;bFlLEQy\UW0&`7 *s~׶&}ˬѮdؿ dA8L0V luS]z/X2 =;k D䟀lqZ>~:AzUDL0Ro.)Lմ@Q6b+7y޻NYfTgYqNkNI;'Pp\q"; /k;%&Z.3Ufd+R^ ꆰK-z!ZG; il_K<>ħ ~MrmT[ZT񐡹DAǕKX$Ҫx1zvV&&i#'C9=Y=iW4(ش uOU|iqgj6LR'+3W4BSf.ɊUӠ{O;ĝJ+&z\^gb h@XAke~i߯mϷ8 .7%V!(',6jn} JV^*գ gOk3g4'\- RMY;GfU)vR MZ6KV*Ȗ @'PC6fxS6 uF:#%/2ƣqrŤ3% jےjʗ6∘䵔-G#9<#^[T3cv.tԱ "gx^|HLJ}P}@jihUK9guK#:9.6v[}sm|"IZ!t{[ߑNeIܓn̷%h ^T q)bl4-P'U|὇@q`N,h&\6 =A2$Y}%q' sG,ԉ]RTKvc^hqvP+]/Γ1M$[o&eKH؂CS'm8*Ibќ{kJ5-GNݢv4x> /\#V Ky,ܤ{B Ѥi H1ivBLS#Oo-Oġ+U.;y4/MGS~TqR㛭WcFR[lFN?ly-WB=iMj%2K=1OX=>~?*\wA }\0E,"h'9[[Z=ilDGUtdp/2ѐy!ґa}N#8Fw_M1_@E#MI rrP8YI0{7k[&M\2yQ[{ڵx&(4%Щ5 Tp2 `z,y>aw†YZ lJL+ lE\ _E ij&m?A`o!/>zP نP)*S`r(z/mPbAiꌩ9);RpT.;6LmvN1xj3cq i !Fa\F,_qJd۫nu Z=NZ$btG6J(A\|=4-H@wax佧/-C]L|dQ,.Aʞ, dt(Hbr Hk_Ht}q}1Lwn$V"gVz6q;i㳶Ŷ`(&c[ ڋz|tz@l [Lt#5v%1Gj7ӫ}0)$ՏII!}: Ͼ\QԥPt{vntin{~g_Xec{璁8Vn]q\6>̶.g =H~XD m,NsWPw4BeV8,(:բYnhU+'nƙ6 l㏥n".d%d4@?Gls |EJ+r.IÈK Y)i4_C_nGi@BUcQQA ݄LJ(!(48tهGAR8Ut\pL|z,f=py~@6sWx+I?*htE<@}aX]@?IҾU=;Mp$cŃĘ]VtBc+/XMi{ )LQKp #k6ũ}Tg**1y,[BAE"?q3)-^ ^l{,9b$0Lɢ12UP.SXue1U+WMZ :¿&w{p~罚7EA˅>;f#[B1k"8o/s}CiKO^ʹ @v'[@.z3a\,Z9-Hrŭ-J {w&Yk\)+&2O,IBmj5"$H[WBPR0HҒZ/0R OUg-c@Tul</A8-1k,DEí0@\S)S٩+83c e2Fhro' 㺂+<|ѻ 7:vAX2aK@{ߛGRZ1ctZDڥ8S5J>m u݊mЯ\x!(Tlĝڷޝ̗T=;SGI` xrѳ4hU(o-Vy7euan25E /,$)#V7>O1Rkl=2#ffTF,E|+RѦ+_AO7tU+QXM9_nrѱ4\Ѝ5ܩ C:kISt y:ԫ ,X=Q.)lZj&g[Ǜz\|_+p(]"|DU1_ Sg:tK(Bh>l C331|u'#:$yfdX,%Dvh $K 1*@bY>@@^:7G:/V614tqb#/|}5 $c2{p&DT7TRoQF6{6@^K1Zuͅ,@d*u4'A_6ԴړNZJ7LZk6s|V3ȡH\xC1d1!(Ĭ4(Urrԋ$:ER0]Or7 8\fıB`ʜ4l\5@)Ô!n93nϫz;%9ЊNm:LZr2NLN`g̻L{`aE$4X&9TPLǀqkQ_s?`Tu89N,# Ռ[  t2>̏q" Bv}Nu4,-g蓬];RkE܎Rv]52I[Cɤ, _+bAaě.j'djdSG:2Fvqj̎yr)SZb !aFLeZ=MsLѤݓ.R0'{;l+#1sPo`%441mb p[yN1BK,d޻3Nѻ_(|ZfM8p{W>($aqRsHL~qXmۢ-lw}*?Z9Lk$8 -6>XdXћOC9>+]Ņg>!-I2^|ֿ ^$P9LVa}8,a`kex3H]M'z>^[~L +"j$e6q/mAY[Ke(Ity ͥ{{6I#;(xqj܉25-5~5SD259]\MGWjk$-[pQeB~E8d1C:rbeY9x>?= 5G΁ W.uz;3f).w%mm.xarbrۧ:jRc.;f 6dCD' _+TUC؏CTj]؄5>]Y5ݩlPez_m/02n:5͎ˑNcvx^ g 7wtC C) CSh|No*S!ĺUeO'Yʵzf𹵈`@)~i垗b.[& EY?olfpéZ;-P} fQ;N>Rߔ]fb4^JŶZ 8y5DPhS1,ؑ @yIee|D:窮YŻGSڤ撥x..umI /~HmX=B-mX1Rnb#Tf:X0$*<ˉS:&TXnzF'9 qZi~lbtݣ1qױ>9qI(_B6$ I1OUڌ_@ Za) z"<$5X;}:`aǼ/$a׫:-UM2{4kdB]i#%c?PEZw,xzM1͸Ss]Z*pV]'ښLnW,*JZky1 yE3m6%xi5I$)mGQqs-Uؒ)qṂk-**ԯ=}YDI\ݚjCmg"dӨUbV8=?}iR*؟w,n#9A=L`H<뗲\HRծ9+DlH1Z2Z?}e8Jk=(9fC+R(#熫0.ML8A$/XF~ . vÕ~m |ЎTw;w`\s*2M&(V:;6ϴ!Cqz(k_-^glghzoryW1eٓjvmξ2;НSfC,}n>LB3bjW9UHBΠP8}R̷ii.5O3?H&zQg%MdU\b! b^*Q5LhGr\Vl2}C~싐o@,n!w~9U'bmC.+e8D:35]58?::3f`Pg딲Ep]N/g$C>za e'SF{=gH?%x,cSŻMФEIUr InmY(fP<A].e Ї* _h +9m×flўߡ'YP6}6v8⃔?V}w(pCedFb℈h C- [^#X h&6V`'$oȨ&Ʌ6A]^;xwQWjsa7*?SX.\WC۸I@cسϢ{E^j*jZ}=OzڄkL0z%agҚ{z (F0eqlyHF`7h3^F*67vm +m+U,z$},lYfO'vr]S? )eK: ,I]1]taY̡G"#gYQ'?e''V!sggX&\,K;)]5lK9}VJ`qKgYDb/1<\e6z#V粠-W̎ ஌ҶcOeq}H+[<.kĮ<+%Fm}9zg p*ú5ܶs70;O c);Ff6T+ŽTxWtT*RU9G4ͦ7LWEa[DmF@0? rԷ >L{nG ZX@Zs.WV@^,6QVb@Rr ;PH \[{UY5G-Z*I8Im4yƧcedGк87@Iw(rʱK;g4^9[8x~:T%-tX-n)|/K+G>܇*l0S"GJ\~1L?KlͤtjcD:2;)6liĖ]Q^~4tQc_yT.ҶGSV._5zqOoRTۙB]V>&%$C.wOK%+_E׳YGDI;5V7`X,3tN`rjFLj x XlN'p8qc%"V-56/\Jբ.e<1oݶ[cdy"pGd Om<WQeRܤ VkzB5Hfk"c;Cߵ>+͍R14RYUX'9?VcO6;$ CR]OhBS&GBt9i `.-GٳZ6F3t$&Ag)ڈd[.8\;iߩ骪a}fF&c|F/eHφ `\>m/%1;#Ly 82P(Ye95yZaUVCE)R XW'ssxx҈[!|۠'$^9:i>ŇHA|e/5$r,T1K\#1mf(Xm ~0gU*m0SjHsjd =wٞc /ƽHO.49QXb0ְ nAW'70Cs\B&$c;%CР; (G첅wuT3i@20q:|Ȑ[½P >ު dET$e .k=rx9+f#g%G*kjlZ_-2k=Tw&D޾N9ӆ{8{S7'~ UFot;{K \ԧxz.Yb:VA{o[L![5 z,xOQH'U9`ݪ"кQuRp xPr 2))V=Dl2qrd@cRZ* ^sKĺ p"ڧ[ u!Im^/aS~qUg2~yQC 9eN-7a|Q ;mV4q- D ϫAbXx"]Vzrȧ,ſPAu"ЇW MBK+U q-,в%G~ho=~%3Q$YQ`JO.=iOTP~hC/g!yQLM )P֯kO(/t_f/u\w࿵4s;0DEn:/xV yGx;#WȜ:SNSj2n,{'UfYx[GvNI!n^Y&$ v(>r- +2ezO; K樳 3oj8pTj/w_::=1xך1m*r}0}zͅ׎*nd7?K{񵁿yy]CFx1>4\bXREQݳiRg*&-PH)%V6UC01bC~H;4ϻη1j4S=HEGQҊAB N.M|HTdgoȦl 7ǚ^kˇ3p0)G!sHms&^-"Oc'U)U٩Zt-rȎGTK`(Z7Zd[E/ejӳ!d4K-CHXKGj9qPluI=(9t)*gK-1⍲l*)Bq(mn_D\0$[ѻP#@?ujeγ܅Fw,? q.e#MK)_pqvHJLơ dǪFEwzTR|ڼ޻Z`eQ' J+qw]ZVO8i%X\88[;FsMLYj8۲TxyͫaD"_,w5E%!> EcrK]!|LG&c],vTj-wSQ"0^:ʭ2b )(mN Bg4>]ׂhv.y;ӐU{qaYRJB׼>;NX"|dJWzZ9z>zIH]xsA} ^{ڔpJAb?VmuoFg\ɬs5~= 59ӿK¢{@n6 +B'N<,ZB}bu6H#O{914;c6OZ}˛!&>iGP[}ZjeUpC ^ nڗَZ#YvN|3W#h8n\#/HE~YrOXKq+8f`o*aS&3$e@I n=<-OYyo㪳Mm}0i7%$Gr08\(8vh0b 5OxaA-S-C 8bI  coRO]u/LXڭ@0'HCa~6~8aW&3]>+*MQ8 ۔_VOG&9|̧$_W2"No,)Y85ks>{7uJhpeuA$leLg&dt\m8CQ\gs {n>{hr9(6;ʶ6(>*D_uȪ%L?&. iq]xIm9ZMs0,eCAܫJ4 Vnt_qAdS1XroTp*Y=sg~$N_\=w(NAwyfΓH(b-T̶>3FSQ ΈVlknA;?&d&}(B!4=i/X_&IHG2({V5p Rq.Ob;Lq2'K(ٯ&lci6+UФmM|&`%=TXEmq#̯+7xG#%NGPsc +Ԃ+ oz0A{>xP7 cujmvLjI'B۾.(#@nW~#bI[κSO PRȸH;<Ϋ aV՜xb)I 6q n}C,"iG9Z}2UGI%X3A۩_J8@S?MOi֒W0ŐWr枤FOƢ~k0]qso7vJ3A??Uvm7# fMZbsBftfj>&jai Xw(3U_^;^])(rKno^%),1..PahLpAK/4e)Fi5KJi\b#?w2#:fkRر歲p☧{ğ5Sxv""9sUTR 'iHVS pڕQ?RN":J)#ca(aRe6jL A=) "]M2[M"sS5&pz$3(T^rY6\Fkg/EX!G(hw8K$8OUl.YBt@Oʿ7_N>fOV `Le\ճTfV2Vgßt KB d)GeV.f*fA 7 RP3 ˵_QU )v )\4K,%]Tx󛮇8!Ej?9i#]}<Tr,$GNk%ݦ&tgHYī*dv%˙29K cf<_k9Em WzZ}"Ee ]t #߻#-1eI9lXBŎݢfV*n{^9]ha"@o B*ϲrk4bUVBZ8*'ino=F-h #0P⎨v+%dW~UPd^*%+0oLe}{4lcBnfC^!^Ϗx $j(X7l~ف/r\7]s5_DogSˤJknQP{V_$.L= ?f?/Y0J쁮< ^zv#Jxj`{1< $k;~ЯŲ#L!X9GF['_IImg  6wh XY7}0ߨg:9G[]-,E“GxW4ŋ>BZ*NolrJ 4%S0]>.v,kLHH-mmz 4Lb **rӢ<e(%K\-f xS8ϳ.lcisɑZk)b诧}GȈCԈF岷@` gCJA![2Ȩ09Ju\}MA}ZGfn_hѓVǤj!myx"X2>CkTiݣ A#p25ry{ywؿE{ )nWFj~A/^S,nHa$j19Sخ?,9+XLtԾ{OlZSMKv'RAC;7P7/>ZEF8.}EDP\R-@jե]C8rRXڗ :䆷6f*sLkO X=HƒĜB ] ^#aN5 L ;H҅)Q}$'BNi/4s"nh-88Gq HG֮ <68)ZMm~D)#% noc 73qmiǺ*}_Ėa/F?ČII *D.Hn'8b]yD51J 6^bzzrXD~ܞv3vDT)[ʼn{I2ͲdSfg: $t!D[FwH,b  /bmSA~tuL|) ׮p˜y]N)\ݚ+GGV,C.L#DŽ&>vE1fWY?#m:q0ƚK*A$aQw:0 R-jzO"Ny ?с~$ƣE΅C77t1h"Q6oWQ,k)%;*#Xqa925:?ĂjH6.V c_kE }$F;b`uX9ƦzL:J^x%ߪ'y:T^M n&3idJUh[!TKH=7;Na|3;+)J03ZV,N|?`̠uӠԽѳv(ʤRGZ(ә5vQUoU{^T}e/q_b ",Y]>F8h?QIz!ЦkLPd6D9Bk6 ~33 I5F0R<^eG {>AQ" {Xk| j.f >*[)Sw}^Cd;MsD<jͿU a,WNtmߠh8QR" \(p Z~N 4Knq1Ơ)v›˟1d3aT&IkljV jfUBn;#q;`)/}_6'V@ɂ\V?IU#Mf +;d׍=8l}Y{2vRk}ht3оpaŵz3g.ͲZ8Z yBaE_8 }Ɩd}JLiÓ ؔ7k7$^_KVĝe8%R/Pt,xMϴFÎh 0 7 )&`wPϝ bHN[25hNf2ꐊڅ]:]`ߞ:Oxv-A:VFu&AYUg[pzT?K{=O0)/6t㬸lޣ7'#7YwDnWnJ ۉUtk)d)xdB љ؊XЃvKDd6ݟbN{ˢ pP#A|skx 2 mGDh*/i_ Eet`w3'`1\B5Uu}Vx{I9ý*$4GS 0u/"=O??FLqC]HDh|aLm+v[cɩƌE9IDxk-=Oi_;lnPGn}|3`*Ț`9 ( ˟kS^>nnhIsr^Ij naPׇ [=m7(\ܡ~(h !ஔv쇷U!Hʵ5#l21 ZOnrubRp:e;].v,T4tQ w(lTFap^uk3o'8j #ɦl63Ni;p6ǼuK<~Y`֌s>>ϮnpKLi~QT=A֭oD`c%OsqY ,AHʗ&Ϝb':Ba~YL|uGqpkےo|ڑceVZhPO+$fŊ @ "ZCeW ΁"a;Ou6wPmEnSRh݁# *',E";.^uĹD_Zga&KIY/C\{S_7>b Eh8ֽMhƯM} t oH娈/T/1FطX(+֥/\ƃlȒ?Ov',z;.m_jW.I3Z^V扦喃#ޜeMxҀ~rreu !;”$i+gi0*ɆīȘQ9|^=I*]h^;<ѕQ|OXT* fYzE3E%m5d.À 춤%QbTYI3 eQf&q\yHdž g˾סSʞ9#~qLn-!9T>L*bJ$}Y] 9K*S~氋7@<{P^iCHՇ(K=BP_4 &J;e 'B?mL  &! &H՗wIk+cJ-v#_ ސ4V K@FFo-& ,غε,WiPk<"Q`v4i"0PLDh "D_ ^ < \mwbg)ymZR-Iq6C*Fj7'W]X<َYF+59Ҙ |$'3ibʠwOKb5R~h?tH'l |n~jq\L_afÒj݄#HbaZvB{,_7ic֖m 4Ն0ɐ3|TOQl9(ׂ^(;ϝA[}QpQBr(&5o$G4N 2~ 뤪TڂrV?d2ěn5}Ҹϼz4g6~j] տ?x1mt aJS[S w%7FaD(54r׈{3:\IV{Y4".Ն+D?7wiT DO]w\L$ #|#a=7Պ/?4k+- iw+<$g'+\=uAmJ[9 zpGKaiݹ: M)< e`}A\5~}#yL-@|N&YP4$mET*QoK\48=u>=a|W8N"OaEZS1-;ԙ\j㉨Rdͣd''fK7;{G*[K[w6CU݈:ZPYFao+ KZ Gܦ3qG3T`Ab 7MǮ=_q ^Rb(G<~ i_@OV4u%)/iuӉ\!5{td!K>s3d|MlsGy}/4ژ Si=q_ %J;cQʊUTru$|TG"c}do'mnBd,@9L^}uJ-QM_uݷVg#vڰJ/I7ȍN6]~=.v]!jYӹr5?}nUcuǵnSB5'S[E?d  Lj$B5"D?w|j=ћ0}^UhB@*٠`3in~Q|5ә۹XpPo #79+:dc,ᾚ/G%%pg"ۇ||2,Zr0U?}iXeGaͺawKt ҨI _|}StWLDP3>L +F̭? 1ݝwb -r5P2FGZkȮZ4^,;Bl8ڃRd;tB0=ڪv9APNWcSNy0s8DNvd@>PIEE k&M|ʄnJ8i<6>9߯8Gl@:k.%v,@:vYEE֍V#~v?~rMc,) Gd\;yrgݤ|)R<ߡx~` ~bʹԍ1;8" ]ÈD:UU˟I^L}f19l]92> ;C=dl?3K;u w|Y LsA@r.JJG3n?n7#=`LjWNQBU\7>m`U=pV iBC4K Nvr =~+c9C&T1+@&EqSItԝ*;_P[pZT|$./Z--1 T`JzIa(: 'l[@ ?ZΩB,Lj6ODIBf2Lo`&+tַĄ=JA~LۂW,Fn*MԊ:GUu_Q1롟Q#`ZS6noND3ybiH3*`zKp -o1Ō)+  GPs$(6~]YRd67p/ޯ}/$fW4*ܫ 2"\{N9uI |b"Yl/AKMh!,7.`*v~?v?4qBX})5~mj/3+ 6O%v?$Oѓ#l><75w3IxD)s:: vz]!YN'L䂷ufs1,FZwzڹMW{hぷIۚY "u!@I-6bܠGF]!Vk+'ԁ" f6Q;Z,P;jfWZլ 5-"I<B Ѳ?؂>j94 uϕyZOkS ҝql$mep7j-\t{tվ N¾TΣ.S4ur7В="٩ݨ|J2G@_g>6~g胉כ$ٷBX?߽\zj#Vw&h(E 2{v9DX m:-+{)'5 &Nkmwۓ_dΆܱR.dlgkQpgDaUD\.XNAWVwRzFxrWy14ÉtT~ =w]ѐcVFuFiDǃ- }&X'a`23:PN߯oD3) _i)hdžY6Yyo8,%i]D'O4M^ nՇks.W'OW;֏#pF)M|-(-$pZ`^H]P݂ejI9}퐸$Wu0R g)P@7֣4oʱ8rߤ6xql )W`)FZ[u:cS8Q=T@濛n^uݖ#9j!sл'31v#Եh*,} g3HMG3dZE/F$aMJtYpO8MrxcicE]_{b$F[)ӝ lW~_3@s]u[yg͈<[gt'@QrƆ4v<|L07MMRC#hT[es|\Uŕe"etNo&PBmlȔt9{CKó1?;xnцQ觏sLcT?w- ^auh볏O";!yRɻM Kטʒ+> }R2/OabfLx]X A[#Wk$zptw>gb$rGf?_\eJ;G`xZhvx4Wrd<$L$AZ/bU]>AjXU%|\U[JKG:BMeq|pK\8NV٧n]#1)IgGz]:pxGF~T4}Sռ{D|w:yx:ɗ7q>V mzwc"o#nPx;F>+q- h0+/'bifxwwEU>* f9y&}~sZJGM\fcoėڣv:M^WCb31W*OL\CMkx@j+Wi\>6`ϋ!y' YJ2 [rmW){zlYpݑ,Z ,+i⎃*C.o q$! 6{z|}I@ǽu]dߚ}O&Ķm6p߁T 0K:czY {[/ _aPx+ ֥80;I{/d; P2K_s'|T+.:f TL-N(UCTޮFw?'ʠ@4^.FR@/ 4Q<_8+C.k9u9!#YeclW֔Y&q>1rR }n%P.77H Eɀj[nW&48XK} bAe(7dH9sG˜Zq8i;dt秂Hh%\c@FB93g $ٽ6ddBbtFWPt< Uͧsc\Y+UF41wq] YX&P! ƸHMQM/ڷ'j($8BU(T NuDчesKǣ uVo[]dany)3*1qM",A4v4xk2)ݾ ƃ1TC'I&ؽ.Ͽ*IQDvS2!E>c;a0V\wǹh 2Szy kP*Xƨu o*Ajn)񁫮aߩYnK+s,Rx=njo";-Zn\Oqg]Wv(]񞈩M$\ͥ=ʪ[}GVr]+pزWL\}5AX D Q@/@ |N\t_PiZ.KYbTkck.oB>3qqf_N?^<|$0o8=+^3=JZ ~8t.ZwUx0 $8!oNL]{3.s'bJb9S*cԠG_~C_o_>7<\.H#K2 QdqY7[=eŎE'!KeJr!&=Z3to Q28z \!IΦ .jS(G@_ͨH,'ޔ5DQbO)\ N=w0pUϼ`Q8_˸Bw$ÈY5!4 ;-瓿&r`.#mW{l9k|>1:[ )H Liԗ/hwWEP&_9|568v~NF} }%8@noQGFش@ZygegS@nh'rjMkQSaaV5lPV֭cUf<(n1İG|(MD>tOg0%|O˩40ɵ(.e69ɑSՁz+u!-Qyᶔ*پ`Vx NNs=҂vk"!q2!6R(F]!SXj M?1d +Zg'awHL '5#4_)y$AR0W\$Z+?J3vTVX3[\0d^e%fXOh~| r#0^fdAŕ o$<7>ۭM.\oڃ.]RѼii`V_^*ll+=*습ՉAT 6˶7<ƩW)H#b)6܀jh#W4x&|+…Rn>[d-v_gWdsW~Zh]K]-)RIPxajO!?CvFuL!ki(@a◦7:bS^B"rJzй/0`Ҁ=vbJ=pb@{Wkyʆ+<e•w,ϊڧTsʱT=,E@8G q[Rg<6{+TT#-F-I;fB+'v]E}塝+&)0W5^#V uj^=<^%5lpN:q Nm?> ~R=,8X ߰7n3`/LHf%&-k]c'zI7JVQ2(^~1(CMl~g}T-Kywz`X܂`W#.l儆hZ-MkFdW6YQ' I$τ7iQHG/g'/WgzIboÁ K+^E tsC:\cAO& Q\苾&g7"L{"){ ~caYoK8ER}=?-k;h|0-8/lg<%;kG tV$PK `N\ẍ*j8iLfJB3=A+ZJB62j@ǡDhr>o0't^ c#Q@;iL7Jw {MKBw~xHm˦$pW $0o ;~}$xs_vr9nO'cc z +\C1Ȃ\\炙gAYUȡfϭRľ$fAQ#Jg=)(d̃xK+|o.xP'H +¾CLoʬM;q)y^;Opr(u->P\HbD]8@1+H& n &EUO*̷q FYA*xRc,C[]a&e_ xmYD _frOPyFun}%ӱ6|?yJvRĨ>$$Rq8ǕIX?2*ذvpr U>N[필ÛR`[/hxW{ KH>n3ky6=eE/IWߩ 0#zϗ@65eګ%=Y,7*]Ͼ© M3RԬ M_mY;NCGb"\H;PYoUIzcS04_C)$oa2nj,'#\eŗrtԔ@ŰY$ ӵzCJ S31z;rbPK䚷U8ԋ5ምb,xl#0HE f3VCqҳt8ƧC{y4/`JB Ubv#0C35jYC*LUC0)A2+A_AX{*&M_0U.?g8xÙ<Ͽ07"U>0H [!"tni_}\{zm%@S ) k/v$+?$~ ǩeBl;'悖װ`rHi|d Bq>l ^L9?M7ov]Y[  ]Bsϲ?fx+]'Z(U/\ҤQ.a7^%iMp!\uXmMڣͬW83O _ʪe) 2s eA1mJ&c׆455yPFqm1['l"m29IBW4Dskzj ^ ]'EH^䃐 $ݪ.{W83O'WQZkZP!O ~8+::f;w &&뚅%aq"F"uNFk ȭl"'ݛ C )ӒwR UxFqwpoj( kN16 .HiOqRE! xZ4f,KбS$Zqchت95LĿT )O?mkg^p Er*_&bMe{~uBδ(JIX`Lxm*ZHDYb qhⴰN ol`0| z:[ߦ/%Y%]e#c[ {tH; Xv-|&u3w?]nGϥ˂Bn<F Y&V Q j|<ȱ_.@UǟLx<~μM~o'ne-tZ+}ug?*3_Pic?áʙ*P0Ex~Ĺق/1mF$y6LtȉG^.1C3j68TF&n&Si'oKmm\2pL nV~)&L+'%DD3Ūv>[cNncL[Tv7wl #O*r\"%W\JP)F;ߥ/sCTszlQj0YA?*="SbK|>JyJG ";pCUcMc_e96'; a7w=)ŷ$X=׊ƸM7ߤ;[4&_'muB128_ Е.HUKOn1HaɬZ`-g\t[4*qEnl鮓@Jܒ^{UUö/8Bȼ0bb`& [wv#2%yuz0ሖه5|dM"!%l>bukIEN1[ &Mݫ׻Ԋཙ^O¢ym[# Yg /Ӟ^85Fd3λ^jOo $'+_^]#q|F=2u:YXÑmO 1v`y͂˛W Fc~gyjͥ:&@'=14O8@Kr#*'0Zn~mlc!Q.ʛ尾axP)4&o>5;ӢϪ>21a,Ej&'RqZ9b27Xpq!!i`8]?M rxqibAv;,< #jx=[x]ZGC?r}Y>ϒ6swpwZH=1{nJuPp fVNcsֻŵﭏ/͏!2Z熧S!/$ξ޹GQ13 ㄳuvy!0  /.;v>3qmKʵ"p67/A8~QHM6V!/?N0Tnb9KVE 0}" a2䒾 :f{mlBE&sF([pZwYd6 H 4ȸ }A@6`G&~?@܊k׈! 9,i%a~#ʔO˽AJrMrEW|_sO ?K#>ƫAHw!TV&m_FYVT‰ Tjzֽc$7b4_wR8k^VאuKXX\3%9#ѝx %"J[ڠP4l]PLʸq5+p.RfNn"X+u8JZ|u V$N'ťt #,A*.6Bb& /Iwvۆ`df4= `n#tLlo$'߇7Mj%xLrP $]fz(pa*cP[}  _l(yZ.(vɢMS+QT"J4ψu G?vyy&٩l|V@P0?|"7PKoy&>ˆzk-NPsOc X-K`? lа/ P?§~?cɵP*2CgPr$M6(8*zćک j,%oeVMV\y(W|*?/dݟߤwMCtC_IG$]X:'D&ouZEؿ%gy5_gѥ Ť+jZp=% @Xj_߁e<΃^PLJ>H}{1?$ף %V(1/r;bX.2l!a _4֑3M4ʺ?ˍCљKG R$Т.d r9Lۜ"2g:pSbRۄ,wcEEv, w ;ďY|NOVn塔/<ZSTW}M(7(^G7,S@R@Zsܐa+AtG'\[h_u'\ijQ1H~Og5pI*~h5o (:db {J.@$'$"8͂3 w4gD4՘_̤]/2ZseZc@c>L-"9 fW6j߀%3F@lo7ς8sFb6)a^iL\Oˉ[*4k" 4,N(.q>s1s0D4<~QIL۬ ~ 3tEk3*4nzƹbDѷϤ 9˪z[gbx ^l5I5*Jgk>np㞼.ɳg4<#_]J$ns?oj͛d[H -~N/DOb0ްέmd5EFգ*E,y˱-~X>*:zẖ!C_S)E9+Q3AHAӌGoW]kzWuzlq'e c}}֮Kpذ ㍊.-$D$cڸB!# gU]ѷ~n^Yyq {ˋ <SR(~Y#hDș1Y- Yg(aPuECl$<z_|X3@IDS/:!%M\@.</~S/*r\3VjצIgSETcR$2gx'qЍ>5r5`#ro}@^}z?weuzP6qJS'+)>2~ME&ۼw<_('fZ,xWO!7 *{Nm SRSȼ֓$2=+ƠnTh˂?[FT>w\Fb $Ub_6cϘ_yQD[&+ߣZt!,{3**5ӲTɚSxd?v^zbzة gJHipiwdc/I)zNp] =,9f65z|)PZ:I!B9eXC|6v;y+뗱#U>Ɠp䜬"׀0B*2=k@OB# R"%<1!9 ,4g{.l l}I[-XEpCi$]g|sQeđ7/꣪ y71D ~PjQ4N) A_I˩Y7yʋ=Svc+c'8$y92_8'm￱5 0Y`"ᰟ)2bߔWʯt WDI):[M5]gW[/ѣ9ͿFv=@A @Y;竸<ɼbI ",C߈=! J ɁC7ZHo@|Su +"Bog1(ʰ5|{ Q: /n1;PgH}C8o2{Wot=ћ-4EU,3, p=;tTZ%jNж(} a``eFuvyJ& mJ_lFX`nw_E952*3= %j"ҳ/ Xڅ;,&0(`AC ud`g+u)-3>_ÿP4p_yJ1\@srҤWf?>l#\:w> ihIQDgfI-) C~ h-4iO`뛎X a8g eLI犁V"y K~" !m@' +Y^\1dAXS\m̺Hc̶y!%q×lWV=В_J EDbdnڗ @#k#㍑NS`s%]#aWdy&~/% XQ"=.4*c($ o..s7mP}l[/%,>[n JQ*q7~ ˳B$\A"Oe]Zk=?6ZdV6UF^0 F,ǣ0f|ARHǑjp #|tJRu\@9 {ʿ.HZ?C*ğv8Mc#B(.5_x\ }fȤ'^2>>!yoҪﲾ*׉'vp(m т<ߑKVX*,BkןH".DT~n`FG:o8]t㩆\!6ˏȣ^{n`qn:R?.\&V,%5yo驦1_ekhDfX^p|/~K>FFKcū6cZb9i (͊;oK ,FTY T<@6…M}" %~I([WGKP <>u<%T%,,uq(FA* y-P~P78h'V;ct?k $;+oR@Rp1m9?C9I~sl"|rٙzש*as$~4J DYha9p &aC~Hԟ8h{ :%7QS.1sa.ft5ٯSLT"BcGGht}aF͈H\~h4Hr'dK #C\P1皚k+pK.\#Ex_턖-*2`ڕFcygĄkgEiR $$.w6}27KP̛˸Z8ElF1 d&hƿ;$J.V^$^ .24 \tJ, m(x_ NPG-8pgWҦk@F5D*3j R čkf,}bhp84R*K6>y -EpR5m'+u[߇?v/~''S[zs>DYsAE!W"}[.n/i)9l3p*,؜&|sdz7XD<vkc_^$l^ꞷ!%w/7>M; Yɛ8,Q653YKZa_"\Yf^҆qC _a"{*T,sUhvIrf~a8c\y<̀:hnS0qE:]c}`D)/!Ûnbwc i%0BZT' bGPEAԱ}=8GЌkٶS^QhG^G];[Y;uK%+@X4EHK;PH tʝ̦k5@%hHr}\lڴFQbvP?H ȄHܰIeg%&w<{ Z<w|:uGW MÍ;,QH*ܩWZws .dLUHMoD ;Y rUNX i%x ;ͽep~rl(/+=-xjh\ýK56F}VW R K|7:̧^|D0ՇEXܔq v}n4l/7eŮd}.v{-^o& Oe]̞yhi'SO(qSui͛wP@WGCgOze)bb->]nt- E#Am5a\}!$7tA2!#2-6EXpV_q aGDPnkT`&Jb1f O6P_Bݻm KCe=_޼w(Zx- gKYD/NTFβC06ɦhbk3財T~ZRZ"PIިUph6SG$RGL}U7 yG/OeW+堶C|Lq7RV)v?;< 5v?kDe>QQlb]–#1xdz4F(l)lo`<R4>_c:mjLvdz,S*Y)+g)*7' {w ZY*??1BdRrqjU<.NA6}c`U{*zv,_P9(Ge"v2,@zV)][Uy[_tA?R -LôsM)jgqqUx!8t0BJjG؏?:^PԾqM p{P7a#x[u`ˤL{J9ؓRuls qSGUcczs3>"ZΖo%xqndTMI #:d4>E")\Gz?'N7q_h縱|gB2stH8yQ9DƋ`<3'aTU^ , T+Y5?`|gp9m%|ܧp5XҖ^j<$2; :G8-bFۻ&lm#c^NYWxb'K*asY)]&GHJ&D90XCB}Ͷvrv$EQXw+zg+;OSf.J y!񚾁O*lzIX . U]6:o?:fβY1ڢt 47:6#@!JG^\IO&`6 (FѦIG+A71}1124W3',z-S᱑SS^[ j-J>.ـҳyy<|EA4w@.UG4P,gN %2 3RVVr4 zPٟYDnφkb }΋}'b&G+[*U+ތr/ye*HT C;:a:FTV{e1.::Oy&<&$M,ø~j$&Sz<=ŽEhMνPQƞ.FX`D-+V)5/mXCֻ(7FVhl_{"E%"W+qဋL4#2y{})6'`f]0joXpe@8wM'AHLī@rvyZ]xFBS|Hw&K:=pN F\8U 6fꦜYl'uS1AT FժexT w6;jPM32AYm;8EfdA6TtbRÒ. H y84rNJ8}i#6~{"e$,sa{ ,!TuxAm8T4 AH6wy cl`:j7UFmYY-?+A]pdY / kS0m|/Xcģ K^ORT+rv<Wr7$ |iAxP hԏV?6SgD?y-c!!0âhfMH=kA[)'HId^hQұfC'㜸ګ]jeڏᩌ6|=+#UƩ(`x'go<+lj8}?0@O ?. W s"Z4!" 87,4IOiXV8n￷ze(=7ن|^/Oh"Uyߪj,_fH$EBѰ^bٵItC;Y9GAmٜvb:ԭ0Vӆt xQm uPt~)}" KX$L3 +;n¬{o_eO>ybKG< G,Pʭ'<BR1ƫQYĖԸfc?962no܁;i᫙8]0S4|?|Zh:LOuz=J1\4Pj:H_Jr7۾-oޢ1gz+$gEdіN? /8Yc-TK/mL){C< [մ9Jpco $v#>ti:-afX]f0t ]:u19 T Ad#V8O sE+g9iLJ[ S^~!\ֳeɖ!TMǑYc(ލe+r׸X}&;(!|^1.p&L_ތ~7;e"5~S{;$N^sGr 49$F bc)Z^wه ӈf挬~WQh0joBWYO@E7 5N٠cb jL訬5 ۫q(9f>|=s3eUD)ix;yX*c[jZKce.ZmJm fUikhz$CcPb|OB{+G.&TD@lm+ز1K87d\Xl!T9k\⦾t&dL&&8!*7+ltj3q n]1~DdM JpHW(n!ֲ1Ζ޸QZ{ZnAnyY Po֚?8s6KM&tӊ 3NFZy)m ExHzh<t 1m$"MСjPo׋AgGB{Oy$+zשּׁ̀8_CqEJ-f00MZl'ѳ:)}߁ = /@QJh~&b֖ E%5(ijh% 3/gv]Tԭƒq~Pv!sD> O[ćh}=x@Q~U$\z"P)GR.d/7ozeag9cHH$Ej*J.b5p|( ܓK3&ݣeْ9;~ `n[6׉4#!snʟz!Tg'f%Ęx|wgDPy:uӮ 3Ueiُ=]|v~([z9}I!- j "܁#zZ]-ú!кQBπ1jLȻH`8Z8H5rpK'c֪yfs#N=|@ G8]3wtrp_CK6pCQ%_|Ϻ*ߏImT[APƽRY, 0zۭ=-T"0~(?HMupP2煴/8?U_B,c'rЧL)ϲ)r$zIVrcCrx:F)@*q]l#ڜ꜏.sb\_i=1d >–d)[-vE8!4EUf+3MqaK֪t;AyFE# 2"]Nm9I;!҈As?St^1*^Y)0m0AqE;R*@d3w+\߅Ű$܇יK&oA)pGܹFf;V[5&mS!,f5^No_p{4۬&BC7V/T֒o`khN uJ.W5#٥ Sf`:-SH!rsNAWɬNONBM8[/s.QKw3"%^ zv5pn₻(@ދRqHTU3&5=$"6F6v_#i9SBTK }{hZ zRo`Gw/x|ʒ\~N*7qgw(5rpv7P: [ "(;AN:٘۬\,6F=?\s4n4˱C=2-Z EV&>dJR3П*ˉ2 Ne%~x1AMĀӷ.(M7mr9z=&!lU/yp(xPT?3!9>b ")>`@;H9S 3[lHrԜ/Akx\>>B*\ qB 0U;w7I,uw [nx/^Zhꓔ <2ݍGmzpɱܾC31NGb~xeyːمw3QXQ: < {ǍRի%BLec #ٽU ǼdrDdqz*”fOhi$~dG~Ŭ @dNsPɈ焀68$+\Azc6[B2܊Qq/9z\) }6z ~rau`9M{~SZݏ2$no5ƆCBd \Ԗty[w$ {p,Ǯl&$8Dm&wwe6-,X~^S2ò2]CʯS6N#+ЌK˽\љ1OBLl J%\ xtV h_+"AaX@1GbY!qx8.Ab۲)]؎HPNϦQÏΐZ?uŸg7"eD2_~\P/DUe%g^F ëWjJg7ΆGn#I|t,kf sc5Z0?]xRDsDKX1TR2aH3qRߎ'5PK0{/i P1310|A"[P#ax9xVԺΨYC!!6j_ͻ=X<+C+oؿU~u"Zg|岕<6hBG:I./ļVT, S?\1_X jF o3:n?m waR'w=:Vtr'}"hXՎg%I/ޔ謁-j> ͛-5"FH,?wÎ1Z P؀]{|9.(oX_vSwnO1ʒ;kd82ئqC~|RfA6^b FX/߭(jU &L + 4`;D秙Y-e襤 ZH-vk\B}|`iT}C5#b8&GSɑɀyOΊ[z#k׺*c_z](FNJjq3njHe~EEN{ k#:v%ف6aeHU])1yE7P'<EGO e;j18'(pu]nu\!gpf\naw[˟ ߻8Xs3<0afoo'q>Fc0Z  It| DAߤY^1q~9csOz rn6N5,@ 5Z!\|SZȳl\7zѠ|3$eATf*ta2gz֘7_. ͟;8yA<րAl' ~}Z|10]Z7)M0o>-Hf>6jctief RP/@;7IKG1񸩁P0l=q udZ;y8`3UJ0B,$ Wn7*U-Κ])p#ltR%vo5sƿK]y^h*8eU@RiKxPϺ4FN+A{=JD*X&hgAPA2hSb0B 7=JeujZeafʱ?i8H=ɋQsѨ^rF#w1e+_մ>t߲*~V:"qkz @jv|lWNLGYy]=)c0m$:60ε]^OFn WeFRvGi%C^DRa}? wR=BM -V^Z:rDhj Uңs WDsOdzx79$`ދ m؄U#,Ws|lFvu["`#ڮj5Ibct2a6JX R_AKWAo@|`:zzag q6ފ1ztJ\^(m%ax0Z>n;Mq&mL"pLv3VP;m洡4fNa۞l#@ƨ* 8%Agun?3ɂp0bH h@\3z` jFCWĵmA9bI _%y[VN$I-Z.AJlB|1{RԌK ;NO_3$K₮uؠ~j'ŶC ūq)Df1dklыO&iP1 +,fkN>oIWiN\>~O5b&EiUytvwa)ۖd3WcX!C%,]4.0(cWͱ#1]ˆpwj)< IJ%T0S&jIq$rˌMq77n.{GO 7{TDYUKg>t2OCSO%9m+U-vn} G^a^ !s6޿)D?k()_ ĨMĵjQ#pG!]'Sn(>ϰsƛHN8ag^=mW`udXJ>r><70LlVۨ{j׏ 6eEWg($R$qv.&j Γh!&͍rX(U0Ɲ l4,˸\AhCu5,[io4sږ>DSp ];G`J펄"܌A0xt7||ݵ jMF6NjzTaF A:ͰI 6Dd0;r|eN|E Q}J]0qk .(Ox<.gB%OT7:#)?-/|QSBZEjW~3m?7 -}7>р2z_gf[J x1#ZpF5(drcC'#{W[L } W30O"A\$Q?ذÆxw2: 4`% ~`CEUD؂S7@`.Z[ +4Px@*fF=kˏ&n8"`J>>Jg4a'7&p\PO xxv:٫}x MWq)sʩ!d2R>PMUp͖JۛG5/z)Ag$[LGN3gqa$/_\]=|MƇX2w3nÃf$ݝ^3hHhW#z7S(tY|krSxT Rc=zav_8>{ {_|1ϓ< >(͌MB2G)DH5I*Y6moZ~8܃@w4/xPf])b͐ M'l.wiF Q (W1a3ΘT> vH_].gv.Q/ݍT`T[/*Lj-B T4FXBW^ɸ+Vu!pQ«Y.Pb"/CXA^Fg@]C7LcEJ?2@9E=hNu~I#-ٸ^2N,j9/191 64<`/L}+h PxaNqUW_I_lۡd#{ p}P{e9ӖtYV[YNQzҘ2d i2iA\bs>2)w湧Y甚2ӳY`q{~ຶՔ'RFN*ZVxtWv:s@?h9Zud훵Gno%qA Libq51uaœ_m.y;lcs8B-6܈5'bt"4@:/qo'BbhEyT7"gH ,}@[&ǝˇrm̄ʭ=*D( KHCZ,#ަ^G e#S~rl:wӚgmn?qO Y #O 1v +!41f˿n4؟Oo\wyÊ|?qFZDs`X, N6/v"&(zzRZ(?ݸ\zl?2@=n'PRm}DkˣێجvsحuM+o%iatt[1!2Oi D(q"R *]dyO@V0^뫿RŖ7sk:SK-fDkl R$-3s 'Fx],EQw%4 avWqH5v&_7*w^ m^:y)Tje?(& wEtPeq|"Ae]]pڲ6O~|F@s[qQޥӶ]^]J ;?ruXЎUOVFCnt H>QA4BL@y@<Es zz gζ4.5yPo!L]A?$WD4( 6O j$_$ M[ ,PFQoȪY++m**bϏaL2(zΓ2gиTLiYK +_:Y{fy'+ X8خJhBҎXf&3{9cYRveZY2Bpss/Ju`:uvXOG3XFJ،";K,<'9QF<29:$se9×ҰʷO HoYh::yiI)-gǼ.#/'ZfHc-?Q~#UشiMQI}\JZF:E It?$k\=Dx :k+#ƫ<.}[~, .u߆11#>#x 蛭a0$JT^`Oa׈x̋J 4&K\i  ;]8fئaCRb&DK!WګLis3yF ) ՓCL4Hژ_ PB:"O]$|hZkԩpd #UD dTi8-lyx^o U?YPku+"P R$޼<s]m4J"a_ Kuɍ$Jynne<TQY%%ljdO̞͉)GQ1UAM@m8Q%921 g0Yq2֢.s9 hX3+,os8Yf_Ƣl஑LDrWu(6pr]ɮR@9&"v0H92icV zT/'!#5#q`_ ON|ctzV9+޾mJӹ^yNU&7yInؖBh؇:_,aT ,a:pSly`a2|ҘRE* i|9HR{`RY,k[ %XęoB t@KE~ ܭ7-MpL' Eq׎ya$If3G_t `V#doLߤ>}fCj!>KyAlwM#n`an_ .DWَ,C QN:V5'bWr< rTy j-^_""*lPH"5ԻDFXdH t}墬VkZʄ\Ar+@zS# w٤[ؚ`[g/Z;CЬԮ mfTkL\s a˚fQ 9x O̱BdfFZQ cSʰkj?z1 IN [fXzu8fvuI;㻎w9ne^Hk+ &F#~(χUmJp'ðy}a`ħꄿd8V4tRiCNM%%4x(6FΔӵ$6 ̄D(Dt>0_ C2/&X-G/gN홝vzc:S*a-x(T huC je.pdPtO 8(ZNp׊߿h+̙l֓w܈ r+(c6iY+!?Kz*O_y7mPiwXE]H O*519d'AnTqA᭸ 6i74DXp2 qQj 6< iXd1Cho<"@B4MݵgΫ%xRD2U9KVULq%.WfM^)_g.d]{lr6`xI^p͉09֯u:<%$ Z.W>MCUO_8N{4 osg2e''nyZ ~{2G GSjfG Z\-Xofɖ-6Bƹv<@Jx[G*Z <+~i8@@rMfmo툾 i2 o;]`KUvEIl»{:ő㫇E %20`'歲+Tb2_Lr#%eUMrņr9(}g[1S9PI*,ݩ:-tYGk]䄥*dg(!EUNgf^;;~/ P*2PR=g" qmj0"u3j'|ςe& :D&yNHMw5uJ7B1`R(*]60b.ivGF5TVš|Yc-ʛ NS0=M@{kN-BN_L[Y9p˺tjfIJIp} דѭGGxk#<ƍ%5Bׅ鋺FTGN#^;kOi陀H=Z4OT&aR!8r & k2jd;&~5ݕ)mPH+@{1WĒBx ;Fto,@ ͎GMSpۺ8ڒUL^j&W~0Ho`b`7U9aCq󒫥yܡ9ꎷ]! %'}4M"Zz8dQYTZǭNen8ҿ'>"Oʏ2do c|G}J@?CtU/6S *􅓴ZW#YFsqœ:. t+_G^!N/n~yƕ' *j9:3 =${a4Z NNS3 5u 2QE|Lvދ)ɛO~o&?L]F]X͙98Z\g@16)tZ0}a ^[YвR\FKO|akD~lێOJC5{F1hͤ8^jV,^ony>a1Y0 ')qSk*34D?e\w򹏐`8*pJImIM׍/v ݼ DMXjɦt+ RN6̢ExRMkU)g"L7˛XIQqTŒG}*VO}tق v 2^Y5W|t^JPo>ԐdTxKF!M)FLEABWSQxkX+4N(L9v^\YTTP]/;eHkVW{EaHjp{e~;Կ)0ʗR>~@rPxnSIFȹH7Q;ûa8Z~#)# ӭI LM;vH Gn*+YC~أ=HqL v/]! sO;9N/>zOOtb0,3N=Deȿa]Rj2rnokӑ}7~C- "GZ=Û`Q{?b!4_0{)-xIDC-C 1:CW0SfJi4rDwRRgiKjp&efR\3נyoդ51|ݑ.פ|Z~>2|}C{a~sCpmѨ-DT\^7w[DXs/x9|2752q#j:q]䰗d_ m?Lb9ŸY.]+s499 YKg)ʒG-t^,MoHmڷ/AP1{A6[n]"`'am2}68y K|!h?(x.|5Q\|-3K|KqA|?I |7-l?tefGNˡ5w).W^:P'@Ηr0eNMuRx-*(WŹt%zJ[GXGv6u,uImIysV 5ou^; ԴVƓtMS% |Y!fJRR4`k \s'a f/#_`ž-oޑaAЫTybj<@ԑ`mk~(ZV> n T_fxP<%O:g{U!#@x`-[KDp٩k8ȋ?h5]8gSVO-ibHF׸Ă>È YbG=O<c4^W4c+Y$!: 96a|7`fJH.5ֿH*t\WB?o5zZ$[n8rU@0Ш&$Qn1x"(z+ juc1TO.|Nt#&Oѳ]cW hx?)$>*ZvakA[2$1;|Hf{]nAYeƲtO# ma ?N/bѤ 挝KS(~C&LwpK6A*eיWrfyI: w hf, |TxHMAaM(m7 KqbMFxqRTc[Bfplh2mZØ J nUk, ad1)`Îjì .PƓ[Y_̌6QI-<7A NSZ'{a:/58 o:>T={!I"P.rL$ 44 s{ )R, ph7/J \3 Ҁ)}[fx f-tݕ\  /erɆDj^&EgbI07q-g4RF1ؚ ;O"K$LJ;?SqFLHxȪp* ݤQrXtu 9PcvR7Eͪ?Aui'gb]tZ̶/`@k_]ZX(wTQ-=Y[~Cv;>蛡O"\u\t)x.ۏIp`=KmTX5xfd` `U9X(ǏGb/alcT0;5L9 # <}Ph^Z*U۝cMA"n!Unx4yLՠʅ,]MR!$:s{1Vs>M hzL>Q͞ox{TŔ #鞼78Y-z" \׷tC]y^wh/1ńb 8W^F9իCbHEg]Jz=k(# n` h VAQ,WH>tV+8\ UwD^6c^ՐщHB!)V)W8Xp_}c|sA \ufw}:|}-"q!٣i#z]-Nd8ox4Ա.*=/4T9ӘO OTt`d}Uǟ_~g8 ^ o, Xe[o|J=yݖ笹_h#rԆ u.%rVArP PD[ Q%4mHg> s]lEzQ讈#- vWgVP_PРTj>Aims8ꪸFAP*WLyoעluR+>DiyfMRyfE94t3; nc S o\b5h Pړ+6gJ $ vM"U~IЉ"Hw=hj.K_'|I̩^# ELY2