OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_stack_max
(Results
1 - 2
of
2
) sorted by null
/external/qemu/memcheck/
memcheck_proc_management.c
80
new_thread->
call_stack_max
= 0;
381
if (thread->call_stack_count >= thread->
call_stack_max
) {
383
thread->
call_stack_max
+= grow_by;
385
qemu_malloc(thread->
call_stack_max
* sizeof(ThreadCallStackEntry));
388
thread->
call_stack_max
* sizeof(ThreadCallStackEntry));
389
thread->
call_stack_max
-= grow_by;
memcheck_proc_management.h
104
uint32_t
call_stack_max
;
member in struct:ThreadDesc
Completed in 285 milliseconds