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