ΒΆinline size_t numDeallocActions(
    const llvm::orc::shared::AllocActions& AAs)

Description

Returns the number of deallocaton actions in the given AllocActions array. This can be useful if clients want to pre-allocate room for deallocation actions with the rest of their memory.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h:50

Parameters

const llvm::orc::shared::AllocActions& AAs