mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-01 01:22:34 +02:00
8 lines
277 B
Go
8 lines
277 B
Go
//go:build production
|
|
|
|
package synk
|
|
|
|
func addReused(size int) {}
|
|
func addGCed(size int) {}
|
|
func initPoolStats() {}
|
|
func addCleanup(ptr *[]byte, cleanup func(int), arg int) {}
|