MCPcopy
hub / github.com/MetaCubeX/mihomo / Get

Function Get

common/pool/pool.go:3–5  ·  view source on GitHub ↗
(size int)

Source from the content-addressed store, hash-verified

1package pool
2
3func Get(size int) []byte {
4 return DefaultAllocator.Get(size)
5}
6
7func Put(buf []byte) error {
8 return DefaultAllocator.Put(buf)

Callers 15

RelayDnsConnFunction · 0.92
readQuicDataMethod · 0.92
exchangeQUICMethod · 0.92
ReadPacketFunction · 0.92
WriteToMethod · 0.92
WriteToMethod · 0.92
WriteMethod · 0.92
ReadFromMethod · 0.92
ReadMethod · 0.92
WriteToMethod · 0.92
recvLoopMethod · 0.92
ReadMethod · 0.92

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected