Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dunix_thread_test.cpp27 size_t stack_size; variable
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.cpp105 int ThreadGetStackInfo(native_handle_type thread, void **stack_addr, size_t *stack_size, size_t *gu… in ThreadGetStackInfo()
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.cpp147 size_t stack_size = buff_.GetOccupiedSize(); in Resize() local