Исходники и презентации
This commit is contained in:
8
lessons/garbage_collector/memory_ballast/main.go
Normal file
8
lessons/garbage_collector/memory_ballast/main.go
Normal file
@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
ballast := make([]byte, 2<<30)
|
||||
_ = ballast
|
||||
|
||||
// implementation ...
|
||||
}
|
||||
Reference in New Issue
Block a user