Searched refs:free_ (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_allocator.cpp | 26 : ram_(nullptr), ramSize_(0), freeSize_(0), minSize_(0), end_(nullptr), free_(nullptr) in UIFontAllocator() 58 free_ = chunk; in SetRamAddr() 86 for (uint32_t ptr = reinterpret_cast<uint8_t*>(free_) - ram_; ptr < ramSize_; in Allocate() 115 if (chunk == free_) { in Allocate() 116 struct Chunk* cur = free_; in Allocate() 120 free_ = cur; in Allocate() 139 if (free_ == nextChunk) { in CombineFree() 140 free_ = chunk; in CombineFree() 148 if (free_ == chunk) { in CombineFree() 149 free_ in CombineFree() [all...] |
H A D | ui_font_allocator.h | 71 struct Chunk* free_; member in OHOS::UIFontAllocator
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | linear_allocator.h | 54 if (std::align(alignment, size, current_, free_)) { in Allocate() 58 free_ -= size; in Allocate() 68 free_ = size_; in Reset() 80 return size_ - free_; in GetCurrentByteSize() 91 size_t free_ { 0 };
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | linear_allocator.h | 54 if (std::align(alignment, size, current_, free_)) { in Allocate() 58 free_ -= size; in Allocate() 68 free_ = size_; in Reset() 80 return size_ - free_; in GetCurrentByteSize() 91 size_t free_ { 0 };
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/ |
H A D | linear_allocator.h | 55 if (std::align(alignment, size, current_, free_)) { in Allocate() 59 free_ -= size; in Allocate() 69 free_ = size_; in Reset() 81 return size_ - free_; in GetCurrentByteSize() 92 size_t free_ { 0 };
|
/foundation/resourceschedule/ffrt/src/tm/ |
H A D | task_factory.h | 35 Instance().free_(task); in Free() 61 Instance().free_ = std::move(free); in RegistCb() 68 TaskAllocCB<CPUEUTask>::Free free_; member in ffrt::TaskFactory
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | atomics.h | 66 while (_InterlockedCompareExchange(&lock_, taken_, free_) == taken_) { in Lock() 71 _InterlockedExchange(&lock_, free_); in Unlock() 77 static constexpr long free_ = 0; member in SpinLock
|
Completed in 3 milliseconds