Searched refs:freeBlock (Results 1 – 1 of 1) sorted by relevance
494 if (auto Err = Parent.freeBlock(FinalizeSegs)) { in allocate()505 OnAbandoned(joinErrors(Parent.freeBlock(StandardSegs), in allocate()506 Parent.freeBlock(FinalizeSegs))); in allocate()628 Err = joinErrors(std::move(Err), freeBlock(FAI->Mem)); in deallocate()682 Error freeBlock(sys::MemoryBlock MB) { in freeBlock() function in llvm::JITLinkSlabAllocator