Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp379 bool made_progress = true; in RemoveOrphans() local
380 while (made_progress) { in RemoveOrphans()
382 made_progress = false; in RemoveOrphans()
389 made_progress = true; in RemoveOrphans()
/src/contrib/jemalloc/src/
H A Darena.c964 bool made_progress = true; in arena_cache_bin_fill_small() local
984 made_progress = true; in arena_cache_bin_fill_small()
1004 if (made_progress) { in arena_cache_bin_fill_small()
1032 assert(made_progress); in arena_cache_bin_fill_small()
1039 made_progress = false; in arena_cache_bin_fill_small()
1042 assert(filled == nfill || (fresh_slab == NULL && !made_progress)); in arena_cache_bin_fill_small()