Home
last modified time | relevance | path

Searched refs:DynamicAllocate (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_cache.cpp37 cacheStatus_ = reinterpret_cast<CacheState*>(FontRamAllocator::GetInstance().DynamicAllocate(sizeof(CacheState))); in CacheInit()
48 nodeCache_ = reinterpret_cast<CacheType*>(FontRamAllocator::GetInstance().DynamicAllocate(sizeof(CacheType))); in CacheInit()
H A Dfont_ram_allocator.h50 void* DynamicAllocate(uint32_t size);
H A Dfont_ram_allocator.cpp71 void* FontRamAllocator::DynamicAllocate(uint32_t size) in DynamicAllocate() function in OHOS::FontRamAllocator
H A Dui_font_cache_manager.cpp70 reinterpret_cast<uint8_t*>(FontRamAllocator::GetInstance().DynamicAllocate(bitmapCacheSize_)); in BitmapCacheInit()

Completed in 3 milliseconds