Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack.cpp22 GCAdaptiveStack::GCAdaptiveStack(GC *gc, size_t stackSizeLimit, size_t newTaskStackSizeLimit, GCWor… in GCAdaptiveStack()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp189 size_t stackSizeLimit = lim.rlim_cur; in ThreadGetStackInfo() local