mirror of https://github.com/v2ray/v2ray-core
parent
243a8262fc
commit
588b40ffad
|
@ -1,6 +1,6 @@
|
||||||
package stack
|
package stack
|
||||||
|
|
||||||
// TwoBytes is a [8]byte which is always allocated on stack.
|
// TwoBytes is a [2]byte which is always allocated on stack.
|
||||||
//
|
//
|
||||||
//go:notinheap
|
//go:notinheap
|
||||||
type TwoBytes [2]byte
|
type TwoBytes [2]byte
|
||||||
|
|
Loading…
Reference in New Issue