Home
last modified time | relevance | path

Searched refs:good_size (Results 1 – 25 of 104) sorted by relevance

12345

/dports/science/py-scipy/scipy-1.7.1/scipy/fft/
H A D_helper.py66 next_fast_len = update_wrapper(lru_cache()(_helper.good_size), next_fast_len)
67 next_fast_len.__wrapped__ = _helper.good_size
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/stringdedup/
H A DstringDedupConfig.cpp81 size_t StringDedup::Config::good_size(size_t n) { in good_size() function in StringDedup::Config
113 return good_size(static_cast<size_t>(entry_count / _load_factor_target)); in desired_table_size()
158 _initial_table_size = good_size(StringDeduplicationInitialTableSize); in initialize()
H A DstringDedupConfig.hpp48 static size_t good_size(size_t n);
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dproxy_overload_osx.h58 static size_t good_size(malloc_zone_t *, size_t size) in good_size() function
130 introspect.good_size = &good_size; in DoMallocReplacement()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dproxy_overload_osx.h62 static size_t good_size(malloc_zone_t *, size_t size) in good_size() function
134 introspect.good_size = &good_size; in DoMallocReplacement()
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dproxy_overload_osx.h58 static size_t good_size(malloc_zone_t *, size_t size) in good_size() function
130 introspect.good_size = &good_size; in DoMallocReplacement()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dproxy_overload_osx.h58 static size_t good_size(malloc_zone_t *, size_t size) in good_size() function
130 introspect.good_size = &good_size; in DoMallocReplacement()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc_proxy/
H A Dproxy_overload_osx.h58 static size_t good_size(malloc_zone_t *, size_t size) in good_size() function
130 introspect.good_size = &good_size; in DoMallocReplacement()
/dports/science/py-scipy/scipy-1.7.1/scipy/fft/_pocketfft/
H A Dversion.md14 Handle keyword args in good_size
/dports/science/healpix/Healpix_3.50/src/f90/psht/libfftpack/
H A Dbluestein.c56 static size_t good_size(size_t n) in good_size() function
71 size_t n2=good_size(n*2-1); in bluestein_i()
/dports/science/healpix/Healpix_3.50/src/f90/sharp/libfftpack/
H A Dbluestein.c56 static size_t good_size(size_t n) in good_size() function
71 size_t n2=good_size(n*2-1); in bluestein_i()
/dports/science/py-scipy/scipy-1.7.1/scipy/fftpack/
H A Dhelper.py97 return _helper.good_size(target, True)
/dports/sysutils/libptytty/libptytty-2.0/src/
H A Destl.h196 size_type good_size (size_type n) ecb_cold in good_size() function
207 res = good_size (sze + n); in ins()
251 sz = good_size (sz); in reserve()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Destl.h196 size_type good_size (size_type n) ecb_cold in good_size() function
207 res = good_size (sze + n); in ins()
251 sz = good_size (sz); in reserve()
/dports/lang/gcc48/gcc-4.8.5/libsanitizer/asan/
H A Dasan_malloc_mac.cc126 return asan_zone.introspect->good_size(&asan_zone, size); in INTERCEPTOR()
308 asan_introspection.good_size = &mi_good_size; in ReplaceSystemMalloc()
/dports/devel/mingw32-gcc/gcc-4.8.1/libsanitizer/asan/
H A Dasan_malloc_mac.cc126 return asan_zone.introspect->good_size(&asan_zone, size); in INTERCEPTOR()
308 asan_introspection.good_size = &mi_good_size; in ReplaceSystemMalloc()
/dports/www/firefox-esr/firefox-91.8.0/memory/build/
H A Dzone.c70 size_t (*good_size)(malloc_zone_t*, size_t); member
318 zone_introspect.good_size = zone_good_size; in register_zone()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/asan/
H A Dasan_malloc_mac.cc136 return asan_zone.introspect->good_size(&asan_zone, size); in INTERCEPTOR()
318 asan_introspection.good_size = &mi_good_size; in ReplaceSystemMalloc()
/dports/www/firefox/firefox-99.0/memory/build/
H A Dzone.c70 size_t (*good_size)(malloc_zone_t*, size_t); member
318 zone_introspect.good_size = zone_good_size; in register_zone()
/dports/lang/spidermonkey60/firefox-60.9.0/memory/build/
H A Dzone.c70 size_t (*good_size)(malloc_zone_t*, size_t); member
318 zone_introspect.good_size = zone_good_size; in register_zone()
/dports/mail/thunderbird/thunderbird-91.8.0/memory/build/
H A Dzone.c70 size_t (*good_size)(malloc_zone_t*, size_t); member
318 zone_introspect.good_size = zone_good_size; in register_zone()
/dports/lang/spidermonkey78/firefox-78.9.0/memory/build/
H A Dzone.c70 size_t (*good_size)(malloc_zone_t*, size_t); member
318 zone_introspect.good_size = zone_good_size; in register_zone()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/src/
H A Dzone.c52 size_t (*good_size)(malloc_zone_t *, size_t); member
350 jemalloc_zone_introspect.good_size = zone_good_size; in zone_init()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dzone.c52 size_t (*good_size)(malloc_zone_t *, size_t); member
350 jemalloc_zone_introspect.good_size = zone_good_size; in zone_init()
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/src/
H A Dzone.c52 size_t (*good_size)(malloc_zone_t *, size_t); member
350 jemalloc_zone_introspect.good_size = zone_good_size; in zone_init()

12345