MCPcopy Create free account
hub / github.com/cloudwego/netpoll / MallocLen

Method MallocLen

nocopy.go:195–195  ·  view source on GitHub ↗

MallocLen returns the total length of the writable data that has not yet been submitted in the writer.

()

Source from the content-addressed store, hash-verified

193
194 // MallocLen returns the total length of the writable data that has not yet been submitted in the writer.
195 MallocLen() (length int)
196}
197
198// ReadWriter is a combination of Reader and Writer.

Callers 7

MallocLenMethod · 0.65
WriteBufferMethod · 0.65
MallocLenMethod · 0.65
TestLinkBufferFunction · 0.65
MallocLenMethod · 0.65

Implementers 4

zcWriternocopy_readwriter.go
UnsafeLinkBuffernocopy_linkbuffer.go
SafeLinkBuffernocopy_linkbuffer_race.go
connectionconnection_impl.go

Calls

no outgoing calls

Tested by 3

TestLinkBufferFunction · 0.52