Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp75 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument
82 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
H A Dtsan_interface.h131 int *stack_count, int *mop_count, int *loc_count,
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h210 void *report, const char **description, int *count, int *stack_count,
/freebsd/sys/vm/
H A Duma_core.c3571 static int stack_count; in uma_zalloc_debug() local
3574 if (stack_count < 10) { in uma_zalloc_debug()
3575 ++stack_count; in uma_zalloc_debug()