jemalloc-5.0.1-lp151.2.4 >  A \/=„4+勘 k+?.̅=z]Uh [qE'''LVbABX 6Gf6 Ag(AEyiP$lzLZGHɄa\ %.S${U< 1ZU>V2І)o7DA kI>c hnZ 't&2~vq)sMw2^ SZ47c3e607c33bce9b2e5035d08de930d34f3a44a908a31267dbd44d3ecd8242419180f393a345a37c89b902a1a1a237ac13ca0a95ˠ\/=„NCeæ0ڌ8GհYJEd&&EoBK"KU76s?-؛7%L>7Н$(6:EPX* b*\obPI gxŴ% ТVabHLYbe._-+Z7I&&]?i*wiU_!ׅCP>g.y#|(,V. dS!M5Ν٘uJp)V ѡ}p>s?s d   U - Gg    " (@^|u(89:FnGnHoIoXo$Yo,\oL]od^obpcpdqeqfqlquq,vqDwrpxryrzrrrrsCjemalloc5.0.1lp151.2.4General-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.\(cloud121|openSUSE Leap 15.1openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://canonware.com/jemalloc/linuxx86_64 :}}gBN>A큤\\\\\\1d94c983804f5269e60cd61271da20c528ce3e0efded5b9186a14c148075a79ffef38c471df273fcdbcce07751439ba093c2c1b42507659e568e7c193e268739a95fbf9bf2c1ed4ee9932f4f7f9f07a13390b27ccb0d3782cfb6c9de19b0510aecce039b750109627040ef2b024824d2ccf46840d75564accc2538112aaaa3166934d4803ac85503b6bb24ad5864638c15e31ab6c4b8327ab8053ac0091e24berootrootrootrootrootrootrootrootrootrootrootrootjemalloc-5.0.1-lp151.2.4.src.rpmjemallocjemalloc(x86-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.orgcloud121 15523223445.0.1-lp151.2.45.0.1-lp151.2.4jemalloc-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.opensuse.org/openSUSE:Leap:15.1/standard/b7bcf75f5b5bc9c4adf312e39711c545-jemalloccpioxz5x86_64-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)RRRraxn%{qOutf-87d98d942be8556bc288b66bd8519fad9fdbbfeda5d0393fdec878a2a98746fc3? 7zXZ !t/q] crv9u?%7z&PI˷evCL9yM6V ؑn^o=aGBXR9UqLYkA$E[l&'9$l%'M6uto[c,ޏ5. ZLUqB"v AIvCK3I?=Y]@%UW=bF,h*?NF*HQܖEYWrII(\~RA2B^HJp44o?E B5hM&hā5Xn5@,ID+8?p ϔUBǓ0w[Ve#0ۜW7N)Alj3 gMћ5f$u r% ie޺G "O9 ;f9TO:J:O@M Q^?Kdk*^LQ!bmpr (S )&ی }dCOZj"- 5u}K¦)&5$u)zJkR f f,uku]܈BF|Sb#ϲD+/2H&2CmI4AOn,d0/FTUY`$")(oH(`qL.hkSHO^+D>ci  ZMO#b]S`碒kxē3|Jƺvπ%KOY(̽B5;A?GhY}FƔk}PzR[SdX3XgWq@.Dny;Տ3Shjj~rwv\c )^EfŻl8BSehnX/t9]i`gKqLHw#ɹmMe<"Vڝ=8 -9AH`\ޜ'{}*k2rQ[b랂<*-؜ ǜgW| */~3CI^920 v;Ĵz dbs7J0c! ({!q)xyhL8'um͑|>T@6!,ݥ؁F px8c"zsX}~>ƃOå^6`۶E`d3Qc&PlN7 ILjK,mL*x5S>%1H͘taH?qrom'~+Fdf!|]\4#&l1,!b^G`Q'bQ4x㺶 Ϟ &a8!>+MƓFXv xXw?엥_l"A /ZNuAj@XM=,KP4[֘͊dn u8ܴdr[WfN;ECӲp>NbqJJN:N9![{fuL1T:/N_ cW[*@CE*+^(ˊ$Fi7]Y@6$G;`; S]c:[OwlL'נ=?iG5 0.ovlկUzp4\Y0]v2恓SZPVa7Oޢ9B!2+IƱIf1 Ӑԗ5(UvG%:ІYIZt HHklc\rP S.sP"+G'#x}%t|sAsbBk)G<?%6đ}/%%IC3i4sQ/xv:)Iezww3d2;~W" J(2cer2l %rѿAB"lN6w _BS>j~Iv!erLk&!!(ߡn|'UA(k2 D'ﵜ5o҆Kv|JZ1W-q,+o\5yy}|j7-6hFSl[pe0*VX%R*t.}U*3,'S]͌r&q X4ucFI-\իBr+v+94w^qP*ZJz}_&]E>xHMeey  d~/aR!f!31Éȟ1V1u{}  @ĉfl`> wpb0;֊/Ђ Gҭ]J?z2$ 7lȚCh\HǀLфU0c1YѩP+1)O>]_vgqξ9}qóx4T ,~G뜒3Nmr9Q]ĐqP܉x>Ll*RP6WGܯcyR3Pt"kpuq9TOp֘qZZc`/Mmb<98C'Ρ)qsuZzߑp.?ys;RG0*p-sNLsEB:bTPuۓGZpj㯽ž0euǘ3z SH`@H*D)֏+g JV&o;aGpc;=tQ*n5;5?L4"KG.Ndy gGS*3/ߦ-F(>ř ")r*d ؉z KEIayiWGECLˤ[nILT c pH%Nؘ(K.i_M?cz?$Gۑ' 仚xId tϒ;{~7tJGDŷ aI [*m|f+#) ׋$8 yWs+FBmGh{9۹57{nه{אٌSm?$?V?; X0"G=$6Z6mljK칂= 1$sF bxgÃk[ sxub~y!aJ-z?J!\_fOLqѣ]¡lX9/,A"q7x#O)r0:( uwѱ j` eRHiPcj,Wupk ܄al6LpujyYq}&fQz^6^xEo%N/ 9qY)ӌ]뮌) c o[O'=dm;J,cQn9 9x7}p<0Ր?&[ڞ\uұ{Sg޲+hUϗ?4&| 3\z}"IOٿTL:I51UsP;[sٽ>\z,ZLFXy'JYWu{i ՏզIwW]EoܝnKME1ƼE 6X숭o-(W5U{_f7.rZD|Nbt2Rt Gǭl |f7dX2ϮPʹcTtd~=UjڿVh]ev@Rld'vH `f5q^ "u wV=ch*4HDl3ρ{=-=c:^&nF?=~C; k:ΒaLEc`w>/BҢ+4֗R˜X ><.IV ]vhzcҝkU+tQ]r=Bؕ eTRp;qjh.s[{wr,A}3u/v%&m<D.⋛tDZ~bݲ,L=TxCBZZ)-uSw(d–iQ㿵 Kĝ"rh /*0L%Rm)yֺ5vu3hSCP*аq, n*}8B-^bX ݆ ֞Pq=̥p%nB~v @o$ue4B:Z! ϫr- .=oBʑ_| Tp^9t`Їf}2p-J-Xh6Qb.'3I_\ObM q):N4sğe1gAA 1"\+e!ans#{,-da=xd/-EaeAl[0rYGѷ~fp_LmaHX?q@6yUiCi;n;-Vjq5ߋ:,Y_Qu_@`8ڼkJea.Xe{pL{'ZKyv∬ ) ̈C^:<nb>"Yef siσN<p"A0~ G=0WZb:΍vLjPHy2#PȺd$թѥRMxUuyĂXO( Ľ0EN#>$+psZ~d" gNfF9N#+:O ;NJorӅj],p,΂BofLB:JX Œ'PXѴ/T$֐a[Eu8DFly<'waN/~aqҽ%cY.hM?tz[UL~f9~炌%^Yu]7,0m;~(6^:Dj:KZ=]Qȳ^"$`ܗ{oTݎM+HAO7aQЏvkw*:] Od&i+q M5(`˻\d 0 p%J$62i4L#Ngy3ACy#z9GjPuyU4vH%]6-'e^1D\\^싽lG7-#BV=G-0K웟ztdR1s1a/&u0*Y_%F6?jyCdQxI^͖ eu`!'+ELZi~TrC>dI~u%{%?5;,p:)o9ĸVQa*X½a%`[icǴ$e `-ÅIUMCA4^}ux]챒9tT5]!€xӁ:'{N-af3_"n,e#"z -jJ[=߭tH6)oB4Ϥs4s8\JFOĬz!(ԈOp1q/V8KQQ)!@4ټ{Zƒۗ4G6!(^•?cy%-6g#:C[0_)%2e!;҇B^#gs3qZ#RPŽܫR*Ɔ$ ]hi1qѢh %Y"[N@hK P`kZwz^|Pm;# u y<XD_8.6)/ Iɺ O8bOپydN' TrF~=.SimҸSݻk!1.\kr`t9u>DC2~ÓPBN-zpm۔{닼fb+W&Oڵt_"f5#X $zd$z@ܘK#>81P ޫeʴֶ2:9[Pڮ)|UMq= [U2'w"Ǎ&+G!*8)amQ_)3gɦ"ج("{[% IQ.: ~2c ~mmT/p</kSiB:UnALwu{2Қ΂aillz6 _'c TtUUVۃ? ߺqqQ%"xm2/D,5v:А:wIɯ e9HajĪMoҀEMh,*HI.+a)2YHP.x8+PDlQie<>A:))UcP1.O ~\$MqZbtyo^eNHH倕\]ՈK#RIc7A֭f;%5f8G#%m[_G2XWP,Ϭj6s{RwXW00`\tåJz hEg-G@[ na欎_!'|JAG[팢ʣ[[;UETÜ.*g"}q-%#<%,%me]0)=CG?ЇګBvA]2FG{y*&*ÒJ_ O m,3n"$q᠒ ~B\X5^@4 Sb+  +ϟ)(^aș &t{pzkT HBipt~A)`c 8x^hQ̪.z.3خD{ZߤFi!Trs$wΚ˜6 5DQU{nڀTp+5gٓ0_+H"˶Ыc>#POgWp5x~i,RePp jsgU9h@|g:% $pƋGEOU6#L>(U1,auASɥ_:>%$`CL$&+M5MV#"fwY2p;d^`/'j;JUoFX8!C;7pz9~.HAj(+(`.p=(ނ2?Ȳ_B,[n+qċNzd$ua 7[8.5(.ڈhΨA}4p.(F4 ׽k;o!#RN:*tuTUݠJT2:. ,"zP}Uxu+-c4!^y/:Y>*Xr}4N̈{PoRi]܎4[%کEOaNUy|F_ Rw`7$)C'c&6UȦ52̰UbMF3/|ēz)2I$%}zOc& D`Dݸpe`KyTPӍԪJEb67^oR6@pYM 9^' έc1У(^-XbOPL*_]; %7{ĽlI?pDdPk`@3LDQC۝1>ٙmr\g?gf>cv #.MxY!#۠&ǀ$)!+6vU"~jU4$oqј͆`&Ym%Rod@?*%_tk?/꫱@[٪ڂ3q7V̩"ּ.O8cJʓ;0\C 3w9`Pپe^Ch5Gv:BmBe3FDDZ\ߎRS~ ]\?skg<][s h=-%wⰘ=M.9ҨstFu]sPwQdKVT)F%gT_#Wht,KƌiˉמͩY.OfD 6>m"4ۧ3 kƁ2REdS8$V ~[q.Eey`|Za,h=i&4솑 K.iwc8ON}͞j03%IO!пXԣXK.B!-dةJTH~0N[ؽFH&9mrKXۓY+E͵z :lA,0ސ{Q5z?Z9.fρg| xtv X=9IDDWRA- #W(MzS&6n(`7?YiLeVhTB!|?&K0ÇO 3t 80&]{Fq/_"Z i0$9p7i~eؗ p,rE,_+'8Hd=c7_:<76%6*ՁQ`%Po7Ĩl?3^$򌽴Ug^5(]0%)G5z$+u6%7=SNfEc Be`1/x -ӂ9hU2Y)aP܆킖]a1kHah <å*;5>'Nq kf2|`TZ%?ծnQ: /g+{i|,LO(OpMЖYa |^x;i C_,d"9_m̰N$:qMKzA߭ eh: Z6-=ohL+K&tۏ航n~#P\Цљ2SXC {wC~Dn#È"txZ3 |zia-ᬍo?;UKRE"Hq[y]x ,wiߖy  c}u_PU*T,k!Q/ ?lrbH=4<V,O aXenm՟h tA$Fz<"~㡀\˸i^j M@Ds#g7~w7Ff B$ߑ\SJK#' lknJ!6ؤ?α":!MSCaܽƵb [2={ /scSԑU[A=Vu-'Ħx<,H| $0uwGɋ_EFBOlKRd=p:YdɸZCj,<36O| &&ȸ ~ +#eiᇭHNJܗF:8{(f?%ɽ+_5h8˝s&N-mG(~i/RWXl˕L֓oe+7ۂԬ3a]Dí.⬀-.3 8[S,v[a{5@}\P1lfb>j .]slҢED?c8UNS#R(1Pu\0xw?ip'.ňҩaSTݹ%jG-E8X=V-$<~$c(*2i~j*h98|&qo%lm4A#C?9qכ_ c m^qIyC=`zܮZ-%1mp'(|b"k6I C/eI| ?l;I6I`!L!X]jfdBaz+(U19bg#|2W]twПEǵ.ls0JkwW# s"5)Tu+겉^PHJ)#a1gEG{gGyj BTC(?z}|k(htZaTjgP$G3-;p-O?95IW_v {rLZp7*^j頒g|7FC<"^e*766yw2&FC(+^FvfBn$n9~sp3a@ ƠË+:GYR'd5;~}bh0Egipq 6ò:7{$bsMh4tݙm4M͕.u$XXdI{)ȵمlZqwآ~dAvr~~uMXAP$%[$Fc1qTقGReԢe~hVM~l&̤̕VGl(kW7)U% y tօlt$Մv>njV/jEjt1Š6< V؁ ʙwFURpC9|Df0<ɗJh7t~k}. ʩ >qf;UXOa3/m %x&\v1tHq5];xT?p#-EA]Mr[R͇Yw'`71)Ir Nsgʾsέj;_Fs0pJ3и[:l1uEcQh`A2c\&HW%oT;QFa("7~1v 5=M[p1~Vd6vA"(L5V1@5fq<JV´iZuKQru C?X?9)QnSMϏ.N =_"yEC~dS;ߠR<9:7c1&7\wO% ڛlwvel Վ/.K=M?4FWaB}Q8{7!ukĎ~.(2Q u1bCQM$6p!N7i"fUHN7Օ /(K b 4h܇hw qr{Uۯ#_G%Dkn;>$D5Y)]* iPasrܥ=L-i+Od[a)(45Qm6v>AcJ eRMG]M~@Bihj0GTH;"b*ej*ǒ2;N@z>bA_Y 5ֲYֲ.OfE|VAR(z1 gIeeʐep37=ι_SS) :2f yxjsOb1|4 ,Md%ʤ@S cOs,bBvQɔӒl =G2,i=pW-ʮcߚY;M[uї]dihK&9Y3] <4Ga6n\UH%'2\*%0l^]Hpg:C#j'n`&c Hb~@.ѯn<5 ec&8Wm>VQ<\~!s ~o&A3}s6K1p_skx |J va}B%v+Io5O B31rDZtꅑݫ?Q˕ V-M5zF&ݩ/Cx>Ir*3J l?\MyECY#C,,zhrwyNQce=HK JOᅔor4aiW`H!7Vu,+U/[ͱ Br,(YLuR^7T2ec~)maָq2FecW=-$Q#Qj50^T+\E (O+)#~dInc,^(z ِL8'J5k~07Rr3hєxۙB^m`Πi AibL訓r6Ait8礂BX]VC|_ZzY;_ZxqX,vꡘ"h\ib; n'Swj&=‡DVa%Y᧹gSSOM~nYʼhtտleOkc)4ge.9Fm3[cMq7SCQ{Ο27 炁-"7k|?f;k{ O,ҘI(=,p- aS͙l|x>hn'ԁYPlL TgLh _: E"N6n',8Zs1@_HSsFQW<ˋ, Hv{.q2Gx!"|!5KrJ}){R}@>ŨMԴ82-So>U4JBK,7i?%pM\œ&mS{ ǸX2 >Y|0'h(Kg{Y$#3^@8랸 { R($Cn2iÅ;W '}ΚvtXt8Lh3,VM q~/Tξ33GD=hh%Q4ڐ2#1gh_`svIygr4,ku;EP\r4 {|:(/7cJ)lebYx-f=Ћ)Y>9M#:ƽa3(P;ex>@B( rAp ,Iodn-\hxz  U3`@@,1w(^6cQmCDc~memvxݛ 2N%ZN`vFȅfrÎwm|a>}Eo((& ($#;^pHE`Y5G!ܭdvH Ն_x]vm)M>ɑo[vR*-@ӭPYQA[xd}%{"C' ow<~UIYz^W-ßQ7_˼r AX>֍}|vǐrnT_ƧWQW2t0ňz.}/y/J^V+$,=zãq<'S& 9(VH=z1дdJɗZuHDB<e3kZ- ~~ Fgh & ]3<])K_ i SjK;ȾgbUa_[׼FKE_2CcOE{]FGjjuibWN"Zb1TLd_tle:ҫU%VJ#%) tTr`@l֊OecU<ߑ50>ʩ&[z߄1bpm҈D7[hJa=(=$6ˆQ̥TrD1R*'J^s{CEXLXk'8?v4&T 6T]w=╂ڊ=Cz3P,!ȱcnڜt Y.@@۵˱DvH!)i9$4fw>"B}ioI9^},gR7;z\CΙsHQwrJ;R{!ȑѤ$ зN8,k/\QJdanם /"]\Ee C/&ϖLhz=бJ}S*Z{ས.p5p0޻"ڐ%GU@vw<ݲCҎ-z&~.,i%;".IJTLefO/:ȚmU3=S9`D28ug>x]`>1# kE0 ?w?\uW[hŖDM. G?ZY>  ainj oʻ䠇:  afSsA.^ݢOÿF^VyD<+E߀څw61=(4]э큕^dz!eR.j{)T H1%WSG.qyFveT\ϋӻ:v&y,iHۃ=:q݋h Uu[n#,"_(ٳQs% o වi]jV-xgB:Pl2j"LVþHEI{Xe{ZW ak 4&v>hzė ze8{k HG`ai%/4”ڛȦpR{Ǹ-ۀ֓řLӷ=YnQ QķIbuFM,7`žWE9BrZy'Ry.H0̰lK(E8.oZ@? .2րk,|SVu;셥;ey8wsu_HEi[ ЏM\q뉞Y2n`{mBt6!taCWUJar﬏=ʥB4 \tƚN0E͙JK_ 8lhXv:/KTt"+CBwzqRK˅7{_cD5EԴݾZgToW|U+HTE!WMrn# AX5b-%(;0|9yF)& q٦Jk>6ٳic$M/jv(duoaAJuړ*I~/@ HK1ڊU_U۳&ثI{NfdXgAv4cX F4# 8_)NˊxAg7yJ< % o{dd8rx,ϼRv/2+|k;>JD!͢q8L=ǽ,~$4 9]Ka`hR]mLV z:s)"ĔGv84HD 57>H+hLH.Y(]8iFG+AV&xؘNp&6 FioV.OpƑ~̝튣*"J L${TADŽaQX Y/|h117.MwQz"x[ǜ0{fc*k!dTO!'~'͍S+"o =TzZv }Ԫ9.-+2*ˢ_|xD=, px=gJR t*_?ˋb!3Xd1$!@ YԐ)o.Hkc ~Ӽ2YMʈV- "Ԁ@,zeC}l7D\ ,范Jx&5Ὅ X(A"Ч ST-Do0O[ȈD*C&IJ&1Hb&}_H񟟔]Ot,[ky jXEظR*iwwrelׇSOQMwW z}EcR22\6 (:5`Zؠ\OHaAM^>.䨐tܩWWWm B',VȌ^U,gDפW)F׵3Տ}l$HhM}B{XbǸNαDx\vy!#:[ |p@!iy;~f05QV$)\phkٟw S0fTp8%4>*+*85~ۓu-#~XCŵ@.Vk2pge6&{XP |PkQ&!@ ę02š ^D󳀅m7 ~HR3Zj!!~*!w/zgSA y}>˼%3,ua8yWThJKֲS{;Eʰ_pzC|@ca䎥PRGU6;c XE@J ynăz0oͅ>CmK#ij̑7a=5]@é.y;b9o@qEmhgD)p_CT n˄rx/Ėu [Qsj ?6@!8 ,p% #H.=D4fȿ goglǺiu4^?u牏H S &ܛ,59˿/=ӣqNLmK}044}#>\*7oӳ1lGnؾ_ anqMva&cDԘb^;@W]nַ? x}{ӂF^0 $lz?86%jYFDi>Z[!=0EQJ-:v ^ 'd"&-|z7Ah:gZ ;Bt'D )lQYHYql m)Devf ,R.w7otW"sv:՝:CJ^CpfcTb+8 itǭ62HzJNLĩG9|:[DǓDz1o"|LRWܣQKkx̻6*M[Qo{枋eVD'2X ,YpkXL" 9T&*3o4ʜB9p|şh9]z܂GoW#πJEw 1uGʶqǧ9-8o|QAG{ΝoNqǫM~+0rئޙw/*h_(Zн=pR&$ly3G}le?>x+{eF+YA}Oe2 Ss{)N|fJt> -~ C>Z7"/PZc'T('uMv7?LUK"WPT8C\ʱPWbe)hA D\w]Ie4y*_.ЇbdgY̟­|ٹ+sP |M /HhWX+2LRD5\&>/;úk[AnߨGԊ$âZn 0MKloLoOhǯc_Kn5.YgQ iL]_+3hWgD=v,f[-gWʟޛюz,]3K<+O٪%7u =gœN  <Ňioٝ>U(YrGÚZd p1q_ <UW\l]6_|O0zk^r^V?%ϟteNe D8Hw=`r.4ٻu\h5RIGzT#gTQ_󶇢aT[!N!t_ŹҩETiV߶4LRi|uuE^EA-B ɦvP߄~B\+}_LvÐ=&o&? Fr?8&mS>dd?-9UERe @y 54(v%/P ~"$;BiqE[`Org*]ܟ>zPJHe!*Y\-Pox((#<+&$]Yj*zoV 6fukq?Mp6@$\37fNe%X ҕ>qǼ-|,(nx$'LxSqfNrZ~pfr6ШP +P//ip Y>כ_]Ƶ ʆ {8zw9=7Hr7 D.E1_xȌ0܍=9ۧujuE5X3!ԏT]*3O=7rϥRB} -y* dж35fekv]a<,C٫=/^91 ;wy L1LQH+Ge Cw_7{]7>+Q@? M8v CWJ[C=NqjƎL @U)[zc,G@̅k'h /$.xU,Gj驇 PBE(kܤ&z)962ͫN8 R0Dgtf$ƍ7)VE/DTW|S '~_D$>=0,0u HvLxtx ̣9Dg)3.OIf${icwebo_øSvr;NI#^^ "(PRsP?":KoBuP<>m"v[@H~jŽq--O#usbyzSOxx'ת76L23C,NAo&I*|M4]_|$5`Yf=6c⦓i)[[GM@qi>w #I%-w+wgL:aF-|As0Aȳc^4.x($ؼ n랥!VqHCV;O2ٞKO@ͫUȦ(1r nk3B?㻒v2H<ɪ;?.yeC.ouByTB߻ș8{D[QB.|)oK:6e9)5Q9CW8$#7Ԍۺ #.ѭ$ɄٲC@naq~rIٛ1 /Z's cBvJ٤wu\vX|Cܡ W6`yh@7TÿI%!zӆG$}IGk3@d/gf 㧲]eOJ>*[ECҠy{xi9M+(?~?9ˬ\|LpAA,7b[4[6qʳ%QVreLV2SO. ,h\PGoE6&d6aiA-/(7ƨlJu' KW.Y㶬BCv [CgTj-p oVpId~rpTĠLZqF`&^Wu} c{,sț\z=>ZՔMKM pM"V]tV qrzքc\|y?)v+ivJ>^%x#\Gg^#AWIcW8_r~Uٹux{Ȱe;&F3a~a˜URϢ@|ۚB&Z;Kճs>VkwIoX:׆m-A%Bj3{P44IFuތ;+5?gB9,a?/xoqWz omct#̮¸vUߡJCWFb6>rh;= y9'GWbT3~~?o.D~]l_"Rfg} ]v/jR{ Us֜K+j73'YQ_Ɯf3z'vG=Ⱦi!2[5-#6෇D֓²-5.s4<"|eKzteV2؋@a(>1SoL&Vn>H.q &!UX2I+й@#oZ(0*VӋiT0N5%GijKf DMSh'C>ݖ44e7ӽ8QGع$8;,SZ@h#}ҏS"-X< O"ZypRBZk%<6w` b7G[NMī|e(̗i~mWlMbP xX~(ɫB!Rx0~*/ewBzq&54r!e+圏`:GGT;Y̕oItun=; O6D3u TVoFmN97iF y龽K2eW)ĻYk¿25w 눞_~yd=6-XYS|M4LbbU=A&Axq8TyM#OSHD=۵1[4b?Vrj"9>+=kj]0yqIHJ؊>m\.]:E}`} k9Nŝ=)Hovɳ{'.%&@؟ !h],co9?[;GG*Baf9&\?J*25ò3Q>ɛ۞oȔ e3k#@b$lRo8d_/~FQauꔘ?\<,ܧ WdԻ(Ὶ]>n7XB ~hUݡms8J{ S=8Lcףr6>vkeDMR]ƓD‰-f_6Rj2Jֶ>y'z{:%Tl˅>=0_j)8`B2c׾5KKbz}_'C^Tf`ȫ>58gz[ۧ&(T9ͦp/[.1P$hBw Vf,r>n hϴT0bF`,]cp,OJy߯ozB-F;D2Xrl(lRI /5&A2Y}K8¾LY֠+AxX~kG@Izk# /aA [g5S‰PH1Lb>A @FsV}0tpm2_HXBfZ-)pyIdT@ߛe:@Lmg-YNVCKED4#P//to磧zpF&Fa2ʪ3ࢊYy;Q'5ZK{X@m!q|&KDW{{6;`HVc hzdqGVr3deq3&>Ul_`lpd/?P}vMN8t^<$b,"l7>-HED[$| i6ԬE  t+x0Jj}i>^ۖ.XIigwo cފr oT%;De|DnpH qEi20ԚӴ4"xʧwX혺rz6wuό)_.6|y#Q=r-uW0ɫqjtekۡ_$E+g~Oyqan{ h=) g&;P7k ץeJf %EAGQM/;eUsf %*w@aiXw|[6@M.r"oV.ߩraie#g:y᰽jFc_H~̽(K=" Ґp$BO LYkVmse6\ޟ gȣN+%7?؏<>qƃZ)`~c"uk8j;8tv,հ:pC~ 㪱9<6s*48PRb7S)BkO#i1jH&ם$#bHF*7 S;o!Z s5l{yD΅jx)?I 4B䰅O4KoH, Y"EiZ ;;k= z06تqc8  :*yBEDiC'O my my+lDuIƢm2tT@X^H6ݚ[_P.*?I1Py,;f-,#g)ֽX zKAp!m&8bX]9sxۯƒLB$ ID_(G z˱ Y?.jZşaJwU(Mܗ{%I%هU&oG 3Qvغ9:=R" eHD(9$B &X !OmO&r"FX; I|<&&}=\hq a,- Aj(oX q|Τ`=0 Q$vf)@(7y|]8τ s j8/ TCߛbOWJ2 Dyݩ K>-F M 0&<*Z„V* &eEB|ucIP|?Km Hp<,G>yD ̕4ۚ6 Чhk %h :j;P&$c J$V \ꭊBصT)S>JG3=;QƩQ|ǻH&Gc#xs턶!_TWD'Fv~lhFt1Hgahu!=I _nPoM zl$^lV'"%w~rk,x_%ltD#T"fiwZӋ}1~p;.M$F՚ #RRCw +)Tb67ڟ99sIt[jG _T s U EÒeT4vQwU4c*@hbNsGDݮճ8y)ĒvXog*"E0_j jf9=dK_Z2VtW8ˆLDz,?5pcOdi{#$TI= =z~ U?4I +[HMz뾫--9J-*$duVn@^R(XsDFJ| ΪoʋvP5cC%E;΀&g5zNsQ:XYh8] Dy4rJʄG<0:M^V=:I2i$ 7CH1tc޼ݼhM 'lp#b%?L4ڼTK)u!E;l!6MjWݏaJg@m Bwif`qt{;Xb!ƚOeXǺ _uS9`; 5WR&_aIׯĞ2@lA| ;cv{'>`=ĐJvPּʷ1kSnPj0hK扈0$a~dT ,uifq{BlX^ 03vH,GF5$MW+cNy[Hr#w*Re}U SM9Hޝ~ ^Z'J\844#%|TIM]ZxLnn-~wD}?AOYz\ D?Lq t>|EmTW3g8YbIuI-$6m/y=.r\-M4#.dlG\Ɔ>~/*%w攉DX&˝wyuߧ,Fml`e\"\4*AjNf?ц3 \+n2oR"yiZz}AS3G~-OkX}Cbg:KLl cĥ҉ dQߜN[;QA[$t@lVq`s7I o?11Z(->" ?eۢ*lsdxԨeز]p>^ZўN ].ECzgi(7Wj}2izuA'ZˡXKMJ'D\&F2Q'^Yu!8g4O}*~N4.~3?bPmnQ-b'RD#:k.ս!DIʺ{/8A˃o>o0w&)DթH3aӡhIv7\m<ň;8TeoO5g 1_evE$pxJ!Pih71Fb [e[*MB:dUr 3{rx_ IŠ QQP*ܮ"]cēф2TaئC'D`;K2.x(LaGa:gV&`6%RA~[޻ʓsS 9z<%JE{vą&s_A TmU+OYˡ %j].:RIe}A?.`Z04X5QH< '.\$4(Le ު5 9^RX&VWjeSbZpbtkIq:%AꩍasO<"R =9xjX=222ɻ/$7>& TbiY= F'ꈡT(\x:j]Uzگڣ`sZg&uPm)٧9fJn 5ۙR߽~ …n-33s8lQPS(qVݙn~C$sfyN)mðho'MZLPZ |o,]t?60 88858iu+0c=XFG?#A݄Va؉ %.~t ;dU75YA~$T俣/vǍt pr .ZoYT9b0Adנ'rdcОGwےK< o:xm%ߝtgTUÔr-]#dN?sT E@ 4/(^nbE 3ͣ:rI9x3V}E4i}XF289ȷ`Kn˄ &DYqԫmA'%VH@P ?|sIkQ-Ɂc 6[i]ӖOu>]ƩB |W}4Pt:^0}$OG5Gat:7< QLKgLֱGaz?HƆjnӝL 03nͳy+5)5 P-kF|mgmƆd$jyߘ3z(J{[r|%er~K+h^>׼4Q|0" ={DqIND$d6>^GGpl_B\rͷŎXyP٢&ʨQT@Qn="i>Dbfߙ FΒ /!z+ܴn.CQ9"6Bꖹ*G^y?WdfЂ-h􊦂IJ/]\5uuyO(:Z63 o_ht2,RKc7 !p4]1=x K9&]\]73F0ahnǣs`W[T=HCjzkp/˷)̃Sᅞodg$\{f. qY7e8V袽 o xy,_TRr:PS 7(.5c&zzm/n1jBՐ]EfQ v*.=DD"]U]AtVo:U`}-X4JԊ85票a'y*x=UcMbK欰J0cM߮)ޑYa1xZ~%^ԯ) a+:#Y8KD8o!N .3q0I4Y,̋la*]?g8šd~#Y$ 2V)Pi<'ѭ(kC6-9*fF& [=ıuyqˮ GMn[e(GPrTSQڞD)߮#NDK#=ʫ UbY|i5*3G 0WP؏4T;&RJ1 _0CW{r@.481n2sٰ\Pe̟ @yqh߀#K/Mɚ'NtV=Y_)yY &9h(ՙawhG; 2u݈ .0987ԝ/Y,54C1z q"SU3կ<0W?dq=6 ~عm,`BŚ`Oζh(9@@L -ܬL9oUm##}A=F ,S։&goFԞgVD,VA4ak$]G+1V3&|N@6*yYB,h!^9@,ԆΞR&nú!Zg#_0sɸFb a$ _O;5 A-)2s`NpJ`ϘTKP61CdLCӣ.$~4qwTOSizʒz#'`8gʞh Z _DK")c0}jgZȒ>vqǮ077Hdli |>a\[\_lm%!WkWWkBOλ92۰hC;zlg2;jnA߯9i̾XCAM 4T2>R^ vBD( w:,ôqjL?Lc]6ssgȑr&}v߄([AQfD}Xrqr $Nlu;g.lls^RI )`8Lz`fV)_e@9'jMVVLmUTn':9\K:}JڋQ \Ԏ?|:!VVyUA AY㈞Jkm=U%|=Vԃsǃl}@ y%4ݹ Dg^Fgt'Bnp}̒?d(`ge =SwI Xl Nbyf.lpɍ`J?HpӠ'WFTMkiM| ANt49;REAmʓHmrVSjN0g.5'f1O<ɘBՒ0Zgz0yHJ}7m.gx*':N}Ł^6]$9 U: ZLxlɄ&Zkzv#j>LR}q*Fq(sm;P)-Dh 39TAZ:!H` jRϤyOuLQ}=6{s{EnC_1Fs. w.pW>S&LHe* ^>X^Xb;ԷuH -P$zV+TJz3fÆ {o;bN HDyW H߹bg'a–9A܊ Pߑj0: ^IX'u"#6(R+ 4-nz@U08aa^Qkb3?ũ: er0{/3%FT|޹^OM(`rvki䗜qd\ 9- ?_r՜FU &YR?sN1f~f:~qV{~y7cZ^\n@T䃧etzE׶*(:':ORwv_e39 Ln^{Q&E@> uw g-"1?0,c ? Sl[h4"g"K})MѣC02l`4 :Jd#Mlx6#tO;0*6O`b%O1T훢qF[say)úɋE&'5@.G#5(M T7{%$Lʹ!B <~kJ# Ka, \YISr}Kv+؜$!Zp18HJ3PE6!/y {⅖]@9ikmWwF%kƝ"ڱ;sHDA]Z ;ԂcJG@%/-KqXo8.3?TofGDz>W8Tjw!{t.͚'Ceo@#Ǝ ;m\8e0ڸE=!եA@HAZ\xu!mS22xðvY+/]!9uOZOL+e8eq`^ GԶm7 b:jR$T^teX.j rvvlG/_?A=Cl3nhG?s5(8l aROhV_}S&]wM3/Qu>"2QI;S7Ϭ i۞kT6Pz' SW[ghMQomg֣hqwejGs/v%ZՈ8 b;ax!R&66勗A1^^d|dw\%dןiz\.|߈%QK%n0̋ $ {d6DGJ=%~iVFK34n3vr:a?)D/f,Ig ! Bb3=P?\{ 7lUKo ʔO3 4 ҋ*FG{~6QNEz[ȄqD?WTS#."k{$/u/ 7cl QAZ~KV"/YAbR(m,r38]3M ^Ƶy0?BnJ2/ueOEx3GY_ߙR+k´FʧexLY0A Jp 2#h?i7-`R<,Og9;;x}1?}I0CXAܚu)'r *08WY4uVЩ Y9ƭwle4:1IG:wqrhʺ!=@> 3l}]J~֑Dg{מѝ` +*VDKHYQ`WZb1ʳ9--o#}B(2l6*fIc"3"WIΤX~B;_K|l9| w- oyC6}-#А-m>&"27 [Y7uS e_J?YaE|t НpFKb,E1vf^!մZTC]>܊hFV@?AW׫w2K9"u;zmi>CJnyrQW~P)cL6I$^_d~P#Ya[h4;,$P{C[x۰v|e]l. \x#uq izP]Uh qO4gе}r+H:m2-\, 7rDɪVXٟr|TP KK1 V&sf:[6Dx#opfh U'l*!$=5b7WI֬&:@h-?H-ded y\(1͑gqlf+VD} R!q1Sxs#}v^@H쐠!>4]c3k~\!""v"a@M&oZ/Fb<rE Ll=nC('f }*W0HwsRy4B#8TCFXYWj4I[ zZ`Tɼ'y|79x:=W/"[E$D׌AR'B Bh|ҠvO6/S6UW׸tCI&%hK:3)ѿT,oʖQަa!B$*"VA'4 GC(NZ,bDfY'QH9[tG7Bz(|R r.ĔA #WP;[`$DeMx M>z^0qLdB?8C uJ$Q$\L$' g07CXesp^Ujȍ O陜k:}-&kM̜9(ZsU=_PfZS+o Vo ֆt5h}37YAÉm:>qBlB;Q 1.#BF-̨M>v0TѤBoYWyFbZAl!yN66->ۼnna'3Wp~ IPtJ>PMtk7vSEz MGZVZUUT4e>ձ|m9xd1 <2Uq;z[Lw\ eAkVGEƻZd:]-CD9? n֨xv IՅsj3h+%k ( j\9/5W1K?7-( p^MMq";|(R IEٹ«R Uiې^ww϶#n,o$ ØP軷+++R/WW(q#ޒ5 t&(n. 2-]x( }TKL$X*:>y?])yFG2M΋gήRf\ Lpr>ߒic^R[)LM2d#'54t*b̅ldcr QapWX>zMr>aFs$lRSo|v2<nߙ2b#b8F< ʘw-i60|zXuJ ;6 {J4$*֗y,~pcA}+IO rf|q"-܈t-dk]f&0 [26f ) M$Y#Q\*"ܵ~Lo|vEIL=@ tA=<-)+, ţ! LuXyW 5<IY'k2"y JBBk=.٫8!vN[`-V ׀cq܎ȳVzЇv#lXl'g !c4 /wEj&ϊ=%|揫MUc?ƛwXקz`: /yj"k+1͢:Ul0^a9\l"%/@⑜5>muz(H'>BG`8KaBRÖoImKw^LFt֓)6*u+%ke߫/ʪN kIs5%'B>e[:[ /y]13)7jx>Wp#ZhGuNc`O>|~klSn Py,Q$:Hxϗ$=mMKo[C$e8{'lR)B2`k ڃn΢K+knǩM2]2fÝ0ЬKwm,#re!m?yJE0[}]vWJwשc!/q}F#ód*2UH.-HTU0 q(/?ͼPG +i4p&ƐaB=Ihܓ;bt}}HySAAzPfo= )L'c\z)Sr#˥pc:tNd+ 4$t1YTŕh",lB\H@WTZɤ[P8*lYOzEi=Tl+vL2vGJ$Vk+9:m_z@v B},Bk(QRDE1ςcQh.?`umlMx'jHpx>48œEFZ{PU5Ԃ=:F4<6ika'\DҞ(Q7ZBrP|@^$k}q*T@~>y c@"ȗRojeF-n@ﻙ/&ݗ{MU@;Ц'r?;):媾 >pY}q>.y6!n'>bYYd7gu"AoOviY> 7r؇+qO#Z;K$;gf q`Zy..{y* ޟR;UH> !6%ZA6C/iIt ~%h3 6J"|ZO.+XyugZU>/,+jŤ"Q4s^ڹh.GuWL]VI$Fkwrq ,Ю%0CDc|.i3do:#+zNҴQjlE*?ÊK袨&G0@10ĠVL$f>Dd-@,܅\$nz4WPK[,w($izﻪ4CPOcJd9AN 2:F:+% 헪MhYx^wAZB4-Tº90>pbI-[| ׀3 \ϡr$GڪFÿF8+?I&]EObD,{ӪВ6M@:[1:˭;=#  |lF2v>sAם5xP֕J)Fb{Ly8[~r^4ĄhNrϯ6^j%}m*/:>}T+ɗ Z+XfI58 u1<'o>;GL6}(ma/N1!bQߠ*D o~(z^Uln^*|v3j+hcˣR"' %0ӫVZ} Oݢ0kA_e.i5*K7vSVqדLå84Ā-\aPnv6.;]0Ն|if-:&oEP , '<(2Q:ʡ 0B˝gN: %pz4:=W|ν}a'\r7B=a(0at62=yRN?j*=$FĔ$km^++\] ,k:f_~Hζ$Kئ*+(t FܣcxxbGH|HR8.}g!/U3,8D £㚄 |h"Oߏ :>0J8 K$d7{ڵRn+bJ(\o2~C^ D BE\5~pw*ФFDuЙM<]l |-Ӿ_:C( ې<@AR?=@~l.˯ h`ݴ†$:XA/j]^œ+7S$ԕ9f,g-sAnO;GPMU@1p3Q y5ۍrTW%>˯6n NxBBH*>\=Z=DJ셭j|Xiϳ> rd3fHAaszMK$c AӉ#AjK̕0e?]<+" ִ$tK 7ʕ~ ;LbaX{dޯUȚU6ié|#KtnN1&uW{w:ZX8T^de]#k7O~]bLV`Գ*Պ,fx4 ;yq'H+ RQ y{:# jD̏KU4ǤbGb4[7A۝w_gV7L\h]3~7ˬr-<\hߊ.oiPϚS _䄰dOyuK^bo)5[ ROӿUjJ=DsbRXZOeʗgs|jįP8L :s*uoTw_:+Y*ȚZNnGmx#mJ\D=iXt[ <']KxfgXV\ZƈjOR )Q鞓'^c."rPr,.n n+>B6網Nq󄰍Ԛ9+~Xg^dxo98׷C@zrxNRjt7`rIe;'=#.dz?Ri6V3= lv D=<ϴɾ<%2ZP?ORaݰhZ^^i獛#7~P1q^Ɉp Q>+8"ETn D. ztc!'LM9(X9g !/X"Эqp\iBR9٦y؏jě(kZ 9YQ66 |SEG157Z(-`PĞyU;rMO_*D-gK}/3%eV`YǍ?ï\herzX5r#\FJi έZd Q;bt#"b 7l]|E=fdrַruד.]yߛ]!.k&}Uy+>  _8,. QrY{AfXcwwB.u竺% ȷsiƺlQ8~MgW>k8H:8 &U(k$҃I§Z=6Km~ V)ӃD`EpE{gZyN{1_0%' `LxyBv?n8[4d^|ѝfCUw@us7egyVnȕ|G?(#/v +1\| )429tGO Xib`\!Q1C%gSdn(XLb_n^* baOB**Z"pM o9Im-SŖ}\9ߍ0QVr5-p2mƕ+-M =rq^t*%;Z!&TW:ʐYsUиe{-^̯$ˍ g=9d6 Z;p[Bؙ("7F+wp!TPJ{cRDou`dU) >DŽm X{톹eD+f9flJI*(1}׵5 $ͮx TGav'Hm`{f:dPG9Lim-Dum^v<T#ԂϺ H!3`yKh%J0!XT_Bl^[uyW[u +6`(4f3Y֡d l6εS&#s(SdS(ǖBVe8p_q6 o; B ArM֟|TpmHA7cĪ9{#taILq*gLEЪ~OyʨL.qA=d/d!]5խ!i΁*F%+eB-93 -J~u4?Í?UAYB"54^3*EPAn}x=v2:[d'Gг1 d/}U4DeUqWʵ!CŞLޯ~>lŦܗaGw'§ƻd=A e 2,1qL*>w4su=z}evbJX<8R曉cNۆG$kk{% }o(gDg<JTMͣo)"UEL]<@M@ ^hAbD o21^iiFf^ E~25/nv0QKP& _PZw5SEORѪhaGlfJ4UZQSU na<У\ Wqm`ڸG9*jBZ!ou&M#xhe72 jd208llȆ7 5=Y쌠q#^ƼRB .,P5`7P@̲b ƀH3hw^sKy%ĐYs₨99V f¾+/_G14ť?H(DK%Yh{V%o7mFEdg Z8/kfבGgyzq-[-m Eu ?ܺbA/ՙK߰T U$ѡȳTi+J.ؔzd&x[G(ϟ+9Ll[PnCAh |i`$x􅠝6Uw+,A|- {`~!,r,gD.nDү0#kZ,@dn~ H]f҉lWHh zy["r $fdv@733<AWh7,`![LjoTx i|R3VΧ#Z6SBtv ,$eg̾7Qh]eL5[$.0V'MBdseѮ;7nV"vZe-_iυ#A4.>}NLm-P=/Kx?UّZuLME~;E}bP ۍ/C(=$i{ąz$RU _UP1~K1TC~9pY (~*GB{6+,BW{x\ObY@8@i*>%N<Ѡb&J/>%7Baa%Ӝa;ZQB9k1ҬàNk{v ąj^ !נ\J2n9$=5.S+BBRn52FJKI>ezCK{FyQ eH3bB(\."s/CaT%xblϳ6=J34hƕt"\HAQpC+̳\R7(] VZu̅ORg'_{RlDn@DLf^fx$|['%2s@c o_Sq᱈ L+\9hmt׵n RtIe9Ta {"! }>;eX#샊W*}s-oosOXgt {vAMaG Z]8J^ST7~&^َ8',yi$ImMdưv3( hN>5HIyJ!f-rO>F|6<щ?f5Bw2)=bC=Omvowuf,/X->@Hb W,K- x죊K[F|0[qk,<$7n3#d^ `qr{w7aQTz69}XWϛBH嬉^ӆBSü" /K$K}<[9hI4Ak>5f-9HaE/(I̳RNm7Q-zw. i HSJ)x@Kһj?̽/_͹ H,(IpS Za4-'mXh}^LښڡIAb|\uD4jW` [AAS1ؠĤ]u IF! %̷mIytd?PHJF~aĜ߉mEj9fÚo!K"H* ~'0LjgVثɷ;AͮR|"O}\`(ΓHB60qfs! RĩhJ9B?:T&}S' kPKG &W̟5?j"s*S֍LNmϊ>s[O`-*i M5QK>R藪ފhmc-OZOn}5U84(J>ݫ\hY6(e#~c EpC( V`7{a ,. 칂F sRam1bK &uO"x$[[$a$xG%T1W~k2M`[ "`-;ٽVG ko)*p) iW8O@ž__ӿY]t~wM"Acd?Y-T Y>a1> 7]6j RO0b^o~#ofr)losW.O DY8G3*QHkD ZXC+DH٦iY{O6W6nw!#~qsCmG0 4ը!T+G'%~[fd%QH}z0C|[^'RJ!ÿ;WΜX‹^v(hPu U+,ܺYm(M?giUj ʝQIf-TnPSI+7}Jcצ4m*uq7ȸҜ\ԓs*d[90Df/5‚kqo2>M }=bt.m{̊{sO"'0@!{cE8"s ւHb(w|gv[ە遣-x!:8Lt(CӉwE5J+Aaf<J(h#.]FxCh^8FEZ1J?)tx^'69ǹ [,ݘoX8ʩO$Bf0qmS=1b&luY Pndwe`‘X4qP2M:2mE4wQ!!@)pX:0ĮxuMa!%Av_r[ô4042"m!+}ZyWHFk:D}=OzLTaF:FlB_b> incc^2_sbuޒ6zyWn\OjN\GܨG<]8l W>-QkW~Oy̿ ;ǽNJyhZ/i)H,BX ֘dV2X]z|yIB/!>RsqM_bt4;%'VKzr]zy-ԍunu1KȧU6$Np3{1~@+) %IFD3Z\np0 жMFWMr(R =y$A~LV”VϜ,$\r+e%.*C$ xs1F`tz<❅F/~FV-o?$Ev%9P-[5]CJ޶"wl탖ճG1Ҧ#̭s*>6S`$L9KH,WPW-Q/}rk_6(*kjzQBe\^@Q ّB]9L\:3DG q$O\$4wd3RݷxZrN[Zt? )m*`Q>"dq6*$}>6MkKܢbY鍠p3]T:> +6׸;Z~p{dy*9p9ޘo`e} @6 [$Al l1Xҥ NV0[g'sBy 8'VҀ}8pP}0*fz*CBz cAYJuiƠwxnF`-ѥ1olۻof/DjFE 3@7l':,}3N}r=3H|S =C w=~q mB5sd``0];PlnŒ -3'HA氶:Hd7Y߳ ArKsAp-%s wР ԁ|TaPFkMլ\߲-jal~{4JlIr& Is4ݴ~{ŀ>>%B+׌4 u7oEv)p(#GrQa7]2u<)RQ?%iEBA% d 0an{4/ ~T4g_0sG]6>KVw{%v1+YLS?Ɵ(GYR+?(,$].'X3uz)^@"p d&ڪ\PAҿ_2Q.|0 `j!V£qs%i>LJ)Œ'{ǧ!p1@[హ[S"D;*@hIk]c~qN1uY6@3`L,Qk>u"i3(8섿J*bcҶ'%~= s.T=d,`jMuM۶g('=9 poI8r 1# U6߹DYTVF?UD82HwLա()7FjS:`+Xu$.2s٦„Ѫ"(=Z SAU5yjl]O[C~3w+8p~&kc~._W`P &MtIYt/Jd@ @WvƤXoQFn?ֽp3{|U IE:Cg㞍gwcTl*iyJzT0P1Voei2ͮk\D=?pF,9O]<'cQ+r)~Ink d-ϳH o߼UF:7^tipC4YL|jc 3TKزOU1zf6MB,+r3;U%k˼\7WRǔB-g; LUF *RX̦7 +[֎f–bqi ?*hLoQ2c$< BY!z`T4`Z9ͱ3 _>´ƈ̸ōO=W!ghX<0JjTFD^b|@|wBy'T 25Z16jJe%P§8$WJ}}3i*yMMCLm__6WCI!+|rs$C52 >6g+AF@y rڌv: F/pdtJFa\=,]&QZYE&,GXY-(Hxpqm#tbفʥC #H U-6K+΁ ׉a=m:1[{R{sNwb[JgQFU鋯ܜEMxȘN=m|a'@پİӨ.ۘ_ܴf.7|;~ gR_S^{b|H 9"'^Enx!4@2aE7[,Rݻ:0$EX.<wa+̸r/+I&##>m:}R!LY!"b[}ҁ@RؘR"BbX-4Kɾ8)pFAlZoFV·#Ă| WXK0i "\&i#]ܢ)?1<乯pb!_? WQ9dO+['(ATCj p\<5i G>$8{N*2$Ͻ@޹ FCf1.ˬԬե=ǵ}}[6E?Ox7W-;K%M1n ]m'6/T*I}k Qzv i-ۆǝ-).];Ռ1b([G‚Rf;&i>׀®p##DxpxtM`Y`La:wM8_شtǀg,MbB`ڻfֆTQ6),?z3Ē[ M (t%2.В8֜vh$hXAh&u)tԇrP zG(pYM@IQrtR$̌Q̗e =%18hG/Y6}5arטs;X\zYeuRrfHmPևrhKڬqJJY*HJe0f. L;H]BX+]V 21@c>쥫-NV:ooiW~TDHV VMNNwh,8JF p_ W_*ˉc "XݓrQ~|*gͅԀj{ѩDKs,aϠ̲S. N)_Lۨu,ILP)@5 QJ-80}ō]r6Wx^t(4gɜ=M4"0ɾ|ՔG^GPM!x8솇43lW~3a9i,tdc1ʤѲm \ţ(KP:9i#+uT')8{$P.֌t:jUOjF* -NۜgDsc۫9R* {M:/]f/c%#dʹ-ԉI^ )DkP61KޛѸ$ կcu wo?9,#1zКtm6O(9oDC"ykH9n V5x%y^`7Xu~OkaIb4ʒ#Ķ^2OGHZ{oXDYŗ oJ6Y~`q0: 亨,9 A>hpC_%fJ$̯$yl (^;2ufo8x*1C sf Yq^}5ڐQa=pV&_qr@(^{ r̂}~$̀Q,<،lV7NZ)3lYo#߽^I]$]ƙp/a 7pCp^rtgjg0t˷8ٴsuϔ@vLWc r=8mUo!]HrV^xV84^":KdztUɨa\lxUy p)rK)hM!v."$߈У{OA5,r8jY!-gv*KP:_l0b T~NFEsj')oəxP-TYHdzDav/BwwV`F6tW+w 4]jeN"XtCn|,1;ƒ$Je4K!Yk/Dgx&iy__.<]S.Lu HP[X:CyJňҌ]j5e/K2mV#T!<ʭlsmq19:W}sza_͓i5pwP{bGK_ugYvd*/@qQ8N /9=`x I|d]^iVKG)#N&诃n k<3j7uUv00|Qڵie^|kP> m켯٧n;{Lt*#`ڜlڲ,a5فLaA~*͇ Ҋe -=Nc#iX-2Xci];BCtqzHi7vtҡ>PCH2"@+|aq=?6` ץ辺W8Q @Njhz1!| +MF:fOHeg3Baƍ5<|>/f̂Sz\aw8d  zHvfVn4Fdxٺx͙nS{;!iOТ6bZXE?[m{4T]m6?, @RZSQr5âD޴iL;~GɌ{8_ W]W4ko#|R\k<`.jJ]!8}rCPzpx+*LzӋlnLbJ뒼flrD1Ob<qhEՖcFŕݔcKnbM=9%T$6"Ϫv4ت@ ;P'DR9ӯZA< 9XZnWl%1S)izӜ_@StM\=tR=t֡quW)u bg襬7Xsmizr.EvG/AZz9 =q; vJe)tW " 6AYڏyTzX)d^(PIc 58ɉw`/F"zzx巍3b]b"- V\ iXf7NQ]҈JlbFdk"T,c.X?>Gn_x}UOi Q1iwTyCqgӊZ Rz &=}ne|~ B}~zyedRym6v۳faOlLِ9 H}0(xhyI7*\! GGz:nD'OAZd~En1JQXG5=X/P]p I Dľaҭ穝G rsG2'ᓺ1 |=NF.~HU&j3;Bd[l:>C],۵z̞;ǕI u'{>%.6FH;k<r[H0@"6ڷ)FTiw6 $JFuTjlit;:){ψ9'9zg6nrHNm9S&+RW /u9TD&ڕ'uWPgyQtLpΥ[M1,bbaA`Cz0ԉ*7N vU;^ xR3Djs?)B뵚pMm0Zt()Y#p(׉{H%(.J|⟐Yi_u,vuV^3[ԎyJw[XT&~"b $ ;P!¯̹6pDTuSI+\eSoJ/ ĝ+vȤa16ڼɲ6c63-Ԯ*I}j}zYj-֋Z솪uFqF,xIs,>"b*'@ǀՉь` `&9Pah1X@>[z'[NR= &#HU0^8 ֈ1iW)Ik52(/LHe3J ԤWPKhu֑gR C]_eG6:&D]9<=y>Ԁ<'$+e]ZJh dO,E>c 'ʲ<"&N~a{C!wa %7X0(Q\_B^$|YDY>m2(0npIաˌy,X%{/KH 0 XZR Qցcd*Cozb8&^xJCϴJw 5ޏA}9*@Hzpo+u S+?asq׀C *>'ӊFg/|_qL`2ʼ.9'hCP{b΢K TC+š,^5˄5s҅i`ɚ W^,DF7\'`P}[GL=L.3-`GvLa#1֩`D pȱajR\ $8AIԠPQx4,`5Jg;VU =4 M7WތB{~1%"R1(: z|_l% Ħ3 a_cIPXyk`M9)79m^~a~ʚ?_ 1K!芙+w-"I˖@ǤiGw5\ I؇(^yK%NIZm2hhɧe< *z 94r 0Y0h|g-#, IJ~ʱ"a6bIjcI!G[bXe|]-Ӂ4b:찫R E@l? %jּ\'>mBe0R+'a-AK\>KcZִ]4X)\ycB%>b3ϡ2M5REhwKj]'d x132k[Z+/o&m4b*{ %h񉚒 g~cxyV'tE(Aʶ8 T|9|_c^țxl)Ql/tN.*7J) m6h$ S&$`-䝮'xɯJ?$wlW ".ַkf}{죵wjvzg y#H<|FحhIc@e(7Iok.rSTFCUp5IhWj^<պbx $28=mN-^ Xz7|JfO;П̺%L?:eQ,)Fv-h.@L8˲e1օMRI8сA,paoh[tv?6S=(mP%:9k0`dq+hxς8Ijޕ m\ đkv/*:چm&nJ'3}K]&k0T/x.H9XbntXbɉ}>ЎB!K|klLR?#M1blJDUM*a6b #E^VkUOȴ+_wz,j Ni0^Pc넾XH?XDžP^ 7:oӈRqf'{r%`7ɏBasۦy~@R-X:D.ne^'nS<>ED JKT FqNK]LSn劧^]𼰓Ȳz~x=QBd`H>M4Pn>mXR] m-ASTDBy2Qo 4=6s YF"SQo.Gsuo f4'E]b¨9qM]I-@3E,iMnA xspuƛ+F&%LWu~ElWЬR'"ɦ~A"3\F:gb4; /'\@_:BD?M#p<͓Y݁.I[ {E5mt_W#(Vezw(P+A7Ǟ愕18gKZ>wrO s~.*p+AAyA#U哶Jn3.Uּ۪DiMekЇ4Dl.N@+:"9N/y { N 827ɏk;jEhUϤ\ Ij}hAXӒ%k!nlI1fN31+S^"}0rdv*vgCVLP(:~2}c(Q{,!YG# !(-MT4 o"$*u^F$2 ;ag^Ku67[guQf# (0dWQ{=dpkB٦ ^maJ6}V4'- ;QKؒ) ܇IMތŁtilCsI^p7vmϒԋ73uvoDc>mmk3D,Fv#2|Y$KF-ۯbv }o8NjU兰[KK\6Epè",?_1zxd4 aSCi =A?? ,=]Le[Z^#C@%_ 84C,6U*6a4lDIpH-'\JsU1f9]& /_I뭧{ 1x{CNO74TuX4ɈF_fT*FNQ˕>b@L0G:ଯ"9/{f7^]kq` Ul'ԺV+Gng C?7կO*ucQKS@#;b1G'-[;g?;7r8T%'T A{0TH Vfrm@qґC }zhl9c1J, {Io 0u_ƅLggp @%)U:γ.>5 7%oUYl^EtW\ng7zMZ*&>_4&-IKnhvƢb jj@ Oqz^^BӀ?:`I]/:r:̡'g4 LM5*=hɕ!46#lՅb}/Q8" P91gBȗ:CWW],V+G:c) ދ+WVZvۆ H\s0hLV*cS4[r5Hp]ط90Mg{A3yl}c!L._qA Cs؈WIi1;{F]XM@Ө7y2GD'l]i[&w;d,TSBy5F D!:~O=},[Ti RE)̃#B$<7F omm;w>~}Қ#-֧z{L-Koe+rԉd'̘MQv{S/L~?+[Lwd`|,k=p ȔS&2ӢZ%fPAd$F}u+79UpT_c:;"^0O%I_ܔ !-nXLs.4DEcPIng9]'GyoxaTxĴjDZ ^ҕ7DFֹh}f$B٪&TL,] j98@Z4z $` 97F[^|{#x:"9H2/65'z4, ր$Gg]kwխqKOp^daH%Q-uBV++4]! RtyzTzY]%N9T;y[줊#ISUh*(oz{X3 )\c=_ 5]z8!ㅩ"3Q\%Ə Ksl-#٠_W_ npPѨoh !jft"E6eݗֵArά0&o>=wZlO璚z`h=B\AԈy^x 7mt2 j8tN{RgcG[`|tZ_ܨ^~,p+л[ ԑ`u+J*ϸWe t֘f.\pQH$'.R~waD+Z-`| jep!ǿCyHA+fsk֡כW~ ډ+h~]-LOnapp'rc]fnd]4Q;\dA_~;wt8y#-zBu!"$a;!kQ56Yo,-sZ`_fښfi1NO93k,Jf^!$1$Xb12+V'm^#Zu/Hi3^`!W+ži;\^'W\WViAժ5ŔT#9d /ς$R%5\L;Lڏ(d!JNV :Qf`֛λCݟ4އ 8o{&~hZ_5m$Ce* 3lgߪf@o:<oٴ<?A$\q[j_ѤP߇^][-LIh9wm@ڱu J8kJ2*#G:xf'UMI̽\5}C(<}+LmqB#~jM&($W"?w1K2 aٟ>jRE1M8 1!r'SXI|LvL]fH7S!vIǫ*9c[$=u&:} !Cgo(:RHцZlc*)P2*]z"Ucܣ텅&dj #}Jܰdmٍ~J37#wj5ml g侤+Jq*F#\ӏu1rh0f:P>ԋU9^Őo2uVu>E{(jx؟<,oJay}qU._XUO}2ni~jЇJ (!_|0PFUgVğynzfrx0; l"ÏN_]]1gbsslGU}]48f& d!3bCt,ȇ*}Jh2=iJ܎Q#Ʃj_|E#]>ۑ,z:t̝k2q-@H!r֍58h40Fq./Fĕpjv)9TSU)8/f^dt휷-&iKOD@B?I_adoӮ3E*u{gcsSIOJ- gu@E1h'7!K1&6ujLMW(>1W8%KWME9rL8_Dovuwιw)C+G-zSHUL1ØH/P0;8e1' K`wU4nSH"&9łX|-FJ!RINh-BRN›mY/AS6Y`* rOC)6cʶom)ng~,O؝UQBο䶯Z[+ك'I(WL )L_ O}/6ν*z8C{x!݄ޜ[\mRZ8!:0`|xAz8ģ݀&ʩ)p / E!&k4 \c@<ˠ5 UwIZͫN%m5=ATdlj@+p= x L˽`,=8_RxxjEv5z@=j [8J̋#EoB=r 6}9,GP>vwbY8E-pXD7tӐ5^`_@ke,f',TUBHȢ::>\V[ ބ/GV2F)g]oB^49)/L._5zq"Ůl\3=1%DF(i$A ;&%{~{ω 'Wǻ>2Gux[(>ӛݤH0ԽpZx :KpV5meg {cyO ̭a+ J-°DyH Q\τvH0$ @V7FmJf5U yf >'`Dq*,gGgcI%e><I4yڋ-.b}ZWvG`/b\T[7 覦 uټX;x[B%`#og">kjmE^KOb6>xjep](_VX[zciZ";C=t_>ʲ*b)\@hĺ)Ltwۤ7HPdD/JZ"HG:_J;_u8po;e>MfExo-$΍qwf20\- aehERM%\-G }V~bS+"ՕTЅw-f8d@x]5Vjll T/qfKW3GWA_LQ)Fv ?XYbXvܰCvkKn$lͭT+ k}C'_|X$b)ԋ >x=QQ&c*4/H18ЭpXuPiۂ܁_TG"%/સ!C$ +]JdHyl`V}Ճ,`dL{sPHhNL2IllKk<2 tF6On惖PcDĞ6jI56cN'LK G1i>^X|hHq߬rNȲcY_s7QQ.cG}adm}??@ee W:Gm8S V4\lG| x ,Nhf SurQF`9T|YҰX䦦!~XoX#^*0|~A$ԉ*cZ5kkgLM9CI:C̽A,PiN4w#\bL$nvh4 ? F]/UFk(^"PMZe\:wc:$9,b7Iv ns  cɒǠ7ԙq c PL>Tq@XtA|?ы?+]-f)[U~aCҋ||+22\&V]SSlXiA&-ϝJi_#jx nz.s-U+J*- K4=KRXc )/Mfs]0S㽂%Yc܏*(Yylθ}2agܖ񬫂ji1J&Оe ՈI,c@0x G`\>ʣq:QaS,RX0.]82%Y/;=AmthclY_Y3!th-#|"/6eBpRJ)bm|.k(πhǬAuZK=7S?>4rљcg<.0Ətޅ 呚 J6H АRPL}Xm=u9W@2q:^מs|3Kdmu9Ls9REл(\Nl tsf#f*vq|Ps&,V$kއS">!99?/_'dq>%Tη-D.z~C@<>A~aE^ɖ6J'g2<#t Z|"l4/D] #=^5HRx{%IgJvUWcNJA1]ŬOjrZH3Q)Y~>;ā̐eX9[9o Ydk&Mb^nS&6E#֨ Ҩ67LV>|U99M Nۃ}y睧1!*|VMVPc$+R u1a2s7z638&k|3`RC'7UoNi(uV}Nidbl6DT*-ffмw`f`bNBfMY!Ι-ϱo)RqrŅZCJ\Lq'w,'Le핿`/P$J5%g gr㥉"Œǃye6p>ŘaV}ɓ$GC@y]%':Oz_}smxj:#/kc %vO0죦D;E`K_"²3>b)7pw vAh Kcڭ([>eH "yCޔUY~dovNj-|"|E)B9_/f(6Q ![cF ЖE^(cS!Ш#;^,QXMK?@&5Y-+ xcOPP1iȖJ~w7A'y, qw2v5,GہD푬 Zyޢƪ~H ]xw 6bd[F? wdq/O- YZ