Home
last modified time | relevance | path

Searched defs:max_shrinks (Results 1 – 4 of 4) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/vm/
H A DTransientSlotPool.cpp170 bool TransientSlotPool::rearrange_free_list_and_shrink(Uint32* max_shrinks, Uint32 slot_size) in rearrange_free_list_and_shrink()
H A DStaticSlotPool.hpp317 Uint32* max_shrinks, Uint32 /* slot_size */) in rearrange_free_list_and_shrink() argument
H A DComposedSlotPool.hpp382 Uint32 max_shrinks) in rearrange_free_list_and_shrink()
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/internal/conjecture/
H A Dengine.py71 max_shrinks = f"shrunk example {MAX_SHRINKS} times" variable in ExitReason