Change RBTree Num

Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAP85N

Signed-off-by: chenhantao <chenhantao3@huawei.com>
Change-Id: I82b23d190725adb15a2d7891b875721aba2107bd
This commit is contained in:
chenhantao 2024-09-05 20:14:05 +08:00
parent a6a9af4ebb
commit b896ded0ef

View File

@ -29,7 +29,7 @@ public:
static constexpr uint32_t UNTREEIFY_THRESHOLD = 6;
static constexpr uint32_t DEFAULT_INITIAL_CAPACITY = 1 << 4;
static constexpr float DEFAULT_LOAD_FACTOR = 0.75f;
static constexpr uint32_t TREEIFY_THRESHOLD = 32;
static constexpr uint32_t TREEIFY_THRESHOLD = 8;
static TaggedHashArray *Cast(TaggedObject *object)
{