You've already forked v2ray-core
stack allocated buffer
This commit is contained in:
11
common/stack/bytes.go
Normal file
11
common/stack/bytes.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package stack
|
||||
|
||||
// TwoBytes is a [8]byte which is always allocated on stack.
|
||||
//
|
||||
//go:notinheap
|
||||
type TwoBytes [2]byte
|
||||
|
||||
// EightBytes is a [8]byte which is always allocated on stack.
|
||||
//
|
||||
//go:notinheap
|
||||
type EightBytes [8]byte
|
||||
Reference in New Issue
Block a user