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 {