Home
last modified time | relevance | path

Searched refs:STACK_PAGE_SIZE (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp308 constexpr size_t STACK_PAGE_SIZE = 4_KB; in LoadStackPages() local
310 volatile uint8_t stackBuffer[STACK_PAGE_SIZE - MARGIN]; in LoadStackPages()
311 if (ToUintPtr(&(stackBuffer[0])) >= endAddr + STACK_PAGE_SIZE) { in LoadStackPages()

Completed in 4 milliseconds