blob: 9354a365038510a137942952ad4219fcf41d2e59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# memory
Package memory implements a memory allocator.
## Build status
available at https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fmemory
Installation
$ go get modernc.org/memory
Documentation: [godoc.org/modernc.org/memory](http://godoc.org/modernc.org/memory)
|