Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp94 const int num_iter = NumberOfFrames(stack_size_log, class_id); in Allocate() local
96 for (int i = 0; i < num_iter; i++) { in Allocate()