Searched refs:pending_allocs (Results 1 – 3 of 3) sorted by relevance
67 void Thread(uint32_t thread_idx, uint64_t pending_allocs) { in Thread() argument74 if (alloc_id > pending_allocs) in Thread()76 g_heap_id, ScrambleAllocId(alloc_id - pending_allocs, thread_idx)); in Thread()109 uint64_t pending_allocs = *opt_pending_allocs; in main() local118 threads.emplace_back(Thread, i, pending_allocs); in main()132 no_threads, runtime_ms, pending_allocs, g_rate, in main()
379 sequence_state.pending_allocs.emplace_back(std::move(alloc)); in StoreAllocation()387 for (const auto& p : sequence_state.pending_allocs) in CommitAllocations()389 sequence_state.pending_allocs.clear(); in CommitAllocations()403 if (!sequence_state.pending_allocs.empty()) { in NotifyEndOfFile()
91 std::vector<SourceAllocation> pending_allocs; member