Home
last modified time | relevance | path

Searched refs:hashTableSize (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache.cpp31 uint32_t hashTableSize = sizeof(ListHead) * FONT_CACHE_HASH_NR; in UIFontCache() local
32 hashTable_ = reinterpret_cast<ListHead*>(allocator_.Allocate(hashTableSize)); in UIFontCache()