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_inl.h26 GCAdaptiveStack<Ref>::GCAdaptiveStack(GC *gc, size_t stackSizeLimit, size_t newTaskStackSizeLimit, in GCAdaptiveStack()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp184 size_t stackSizeLimit = lim.rlim_cur; in ThreadGetStackInfo() local