Searched refs:freeSize_ (Results 1 – 2 of 2) sorted by relevance
26 : 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()
68 uint32_t freeSize_; variable