11
vendor/github.com/VictoriaMetrics/fastcache/malloc_heap.go
generated
vendored
Normal file
11
vendor/github.com/VictoriaMetrics/fastcache/malloc_heap.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build appengine windows
|
||||
|
||||
package fastcache
|
||||
|
||||
func getChunk() []byte {
|
||||
return make([]byte, chunkSize)
|
||||
}
|
||||
|
||||
func putChunk(chunk []byte) {
|
||||
// No-op.
|
||||
}
|
||||
Reference in New Issue
Block a user