gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

README.md (290B)


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