Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp594 void* thread_stack_allocation = in debuggerd_init() local
596 if (thread_stack_allocation == MAP_FAILED) { in debuggerd_init()
600 char* stack = static_cast<char*>(thread_stack_allocation) + PAGE_SIZE; in debuggerd_init()