Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/mutator/
Dsatb_buffer.h83 struct Page { struct
84 Page(Page* n, size_t bytes) : next_(n), length_(bytes) {} in Page() argument
85 Page* next_ = nullptr; argument
86 size_t length_ = 0;