Home
last modified time | relevance | path

Searched refs:thread_stack_allocation (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp826 void* thread_stack_allocation = mmap(nullptr, getpagesize() * (thread_stack_pages + 2), PROT_NONE, in debuggerd_init() local
828 if (thread_stack_allocation == MAP_FAILED) { in debuggerd_init()
832 char* stack = static_cast<char*>(thread_stack_allocation) + getpagesize(); in debuggerd_init()