type os/user.memBuffer
6 uses
os/user (current package)
cgo_lookup_unix.go#L207: type memBuffer struct {
cgo_lookup_unix.go#L212: func alloc(kind bufferKind) *memBuffer {
cgo_lookup_unix.go#L214: return &memBuffer{
cgo_lookup_unix.go#L220: func (mb *memBuffer) resize(newSize /*line :233:37*/_Ctype_size_t /*line :233:45*/) {
cgo_lookup_unix.go#L225: func (mb *memBuffer) free() {
cgo_lookup_unix.go#L232: func retryWithBuffer(buf *memBuffer, f func() syscall.Errno) error {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |