Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp26 : ram_(nullptr), ramSize_(0), freeSize_(0), minSize_(0), end_(nullptr), free_(nullptr) in UIFontAllocator()
59 freeSize_ = size - sizeof(struct Chunk); in SetRamAddr()
109 freeSize_ -= size + sizeof(struct Chunk); in Allocate()
112 freeSize_ -= chunk->next - ptr; in Allocate()
175 freeSize_ += chunk->next - (reinterpret_cast<uint8_t*>(chunk) - ram_); in Free()
H A Dui_font_allocator.h68 uint32_t freeSize_; variable