Home
last modified time | relevance | path

Searched defs:TreapNode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dtreap.h128 struct TreapNode { struct
129TreapNode(uint32_t idx, uint32_t num, bool refreshRegionDesc) : l(nullptr), r(nullptr), index_(idx… in TreapNode() function
136 ~TreapNode() in ~TreapNode() argument
142 inline uint32_t GetIndex() const { return index_; } in GetIndex()
144 inline uint32_t GetCount() const { return count_; } in GetCount()
146 inline void IncCount(uint32_t num, bool refreshRegionDesc) in IncCount()
177 TreapNode* l; argument
178 TreapNode* r; argument
200 inline TreapNode* Next() in Next() argument
/arkcompiler/ets_runtime/common_components/mutator/
Dsatb_buffer.h35 TreapNode() : top_(container_), next_(nullptr) {} in TreapNode() function