Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp1464 BumpPtrAllocator HashAlloc; in __bolt_instr_data_dump() local
1465 HashAlloc.setMaxSize(0x6400000); in __bolt_instr_data_dump()
1467 Ctx.CallFlowTable = new (HashAlloc, 0) CallFlowHashTable(HashAlloc); in __bolt_instr_data_dump()
1490 HashAlloc.destroy(); in __bolt_instr_data_dump()