Searched refs:hashTableSize (Results 1 – 1 of 1) sorted by relevance
31 uint32_t hashTableSize = sizeof(ListHead) * FONT_CACHE_HASH_NR; in UIFontCache() local32 hashTable_ = reinterpret_cast<ListHead*>(allocator_.Allocate(hashTableSize)); in UIFontCache()