func memory()

in profiling/memory/memory.go [3:6]


func memory() {
	InefficientAppend(10_000_000)
	EfficientAppend(10_000_000)
}