Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp79 struct Chunk* chunk3 = nullptr; in Allocate() local
106 chunk3 = reinterpret_cast<struct Chunk*>(ram_ + chunk2->next); in Allocate()
107 chunk3->prev = ptr2; in Allocate()