SpiceQA
Questions
Tags
Users
Badges
stackalloc
5 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
What is an efficient equivalent in C# for Span<Span<T>>, which does not exist?
user_412416
0
•
asked May 27, 2022
5
0
75
memory-safety
double-pointer
stackalloc
c#
What is the return type of a stackalloc espression?
user_9884514
0
•
asked Oct 22, 2021
2
1
105
unsafe
stackalloc
c#
Why a `stackalloc` expression cannot be assigned to a `Span<T>` parameter?
user_5801661
0
•
asked Apr 28, 2021
4
1
180
ref-struct
stackalloc
lifetime
c#
Why does a zero-length stackalloc make the C# compiler happy to allow conditional stackallocs?
Marc_Gravell_23354
0
•
asked Apr 27, 2021
53
2
3758
stackalloc
c#
Practical use of `stackalloc` keyword
user_69809
0
•
asked Apr 24, 2009
176
6
37672
stackalloc
keyword
c#
1
(current)
Hot Questions