Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp58 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_ = prevChunk; in CombineFree()
171 if (chunk < free_) { in Free()
[all …]
H A Dui_font_allocator.h71 struct Chunk* free_; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlinear_allocator.h54 if (std::align(alignment, size, current_, free_)) { in RENDER_BEGIN_NAMESPACE()
58 free_ -= size; in RENDER_BEGIN_NAMESPACE()
68 free_ = size_; in RENDER_BEGIN_NAMESPACE()
80 return size_ - free_; in RENDER_BEGIN_NAMESPACE()
91 size_t free_ { 0 }; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dlinear_allocator.h54 if (std::align(alignment, size, current_, free_)) { in CORE3D_BEGIN_NAMESPACE()
58 free_ -= size; in CORE3D_BEGIN_NAMESPACE()
68 free_ = size_; in CORE3D_BEGIN_NAMESPACE()
80 return size_ - free_; in CORE3D_BEGIN_NAMESPACE()
91 size_t free_ { 0 }; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dlinear_allocator.h55 if (std::align(alignment, size, current_, free_)) { in CORE_BEGIN_NAMESPACE()
59 free_ -= size; in CORE_BEGIN_NAMESPACE()
69 free_ = size_; in CORE_BEGIN_NAMESPACE()
81 return size_ - free_; in CORE_BEGIN_NAMESPACE()
92 size_t free_ { 0 }; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/
H A Dtask_factory.h35 Instance().free_(task); in Free()
61 Instance().free_ = std::move(free);
68 TaskAllocCB<CPUEUTask>::Free free_;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Datomics.h66 while (_InterlockedCompareExchange(&lock_, taken_, free_) == taken_) { in Lock()
71 _InterlockedExchange(&lock_, free_); in Unlock()
77 static constexpr long free_ = 0; variable
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/struct/
H A Dparsedata.h34 void free_##d_name(void *obj) \