MCPcopy Create free account
hub / github.com/AdRoll/baker / FreeMem

Method FreeMem

api.go:81–81  ·  view source on GitHub ↗

This function is called when the filter is finished with the memory received through the input channel. Since the memory was allocated by Input, it is returned to it so that it might be recycled.

(data *Data)

Source from the content-addressed store, hash-verified

79 // memory was allocated by Input, it is returned to it
80 // so that it might be recycled.
81 FreeMem(data *Data)
82}
83
84// Filter represents a data filter; a filter is a function that processes

Callers 3

runFilterChainMethod · 0.65
FreeMemMethod · 0.65
FreeMemMethod · 0.65

Implementers 10

dummyInputtopology_test.go
SQSinput/sqs.go
Kinesisinput/kinesis.go
KCLinput/kcl.go
TCPinput/tcp.go
Listinput/list.go
Recordsinput/inputtest/records.go
Baseinput/inputtest/base.go
Randominput/inputtest/random.go
LogLineinput/inputtest/logline.go

Calls

no outgoing calls

Tested by

no test coverage detected