mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 15:34:38 +01:00
10 lines
337 B
Go
10 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) {}
|