Function nvvm::sys::nvvmGetCompiledResultSize[][src]

pub unsafe extern "C" fn nvvmGetCompiledResultSize(
    prog: nvvmProgram,
    bufferSizeRet: *mut size_t
) -> nvvmResult
Expand description

\ingroup compilation \brief Get the size of the compiled result.

\param [in] prog NVVM program. \param [out] bufferSizeRet Size of the compiled result (including the trailing NULL). \return

  • \link ::nvvmResult NVVM_SUCCESS \endlink
  • \link ::nvvmResult NVVM_ERROR_INVALID_PROGRAM \endlink