swift
82994cca - Allow developers to specify a higher stack allocation limit than the default (1024) when using withUnsafeTemporaryAllocation()

Commit
3 years ago
Allow developers to specify a higher stack allocation limit than the default (1024) when using withUnsafeTemporaryAllocation()
Author
Parents
  • include/swift
    • AST
      • File
        Builtins.def
      • File
        IRGenOptions.h
    • Option
      • FrontendOptions.td
  • lib
    • AST
      • File
        Builtins.cpp
    • Frontend
      • File
        CompilerInvocation.cpp
    • IRGen
      • File
        GenBuiltin.cpp
    • SIL
      • IR
        • File
          OperandOwnership.cpp
        • File
          ValueOwnership.cpp
      • Utils
        • File
          MemAccessUtils.cpp
    • SILOptimizer/Transforms
      • File
        AccessEnforcementReleaseSinking.cpp
  • stdlib/public/core
    • File
      TemporaryAllocation.swift
Loading