Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp295 void insertOrMerge(u64 new_id, MemInfoBlock &newMIB) { in insertOrMerge() function
373 void insertOrMerge(u64 new_id, MemInfoBlock &newMIB) { in insertOrMerge() function
380 return Sets[hv].insertOrMerge(new_id, newMIB); in insertOrMerge()
483 ->MemInfoBlockTable.insertOrMerge(m->alloc_context_id, newMIB); in FinishAndPrint()
633 MemInfoBlockTable.insertOrMerge(m->alloc_context_id, newMIB); in Deallocate()