HomeSort by relevance Sort by last modified time
    Searched refs:allocating (Results 51 - 75 of 109) sorted by null

1 23 4 5

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
nat.go 956 // zz and r are used to avoid allocating in mul and div as
1002 // zz and r are used to avoid allocating in mul and div as otherwise
  /prebuilts/go/darwin-x86/src/encoding/gob/
encoder_test.go 942 // Don't crash, just give error when allocating a huge slice.
1007 // Requires allocating a monster, so don't do this from all.bash.
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 28 // Marshal uses, allocating maps, slices, and pointers as necessary,
329 // indirect walks down v allocating pointers as needed,
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 227 // conversion to color.Color here allocating memory in the
649 // conversion to color.Color here allocating memory in the
  /prebuilts/go/darwin-x86/src/math/big/
nat.go 956 // zz and r are used to avoid allocating in mul and div as
1002 // zz and r are used to avoid allocating in mul and div as otherwise
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 353 // Called before allocating npage pages.
402 // To prevent excessive heap growth, before allocating n pages
mprof.go 141 // Return the bucket for stk[0:nstk], allocating new bucket if needed.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
nat.go 959 // zz and r are used to avoid allocating in mul and div as
1005 // zz and r are used to avoid allocating in mul and div as otherwise
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
nat.go 956 // zz and r are used to avoid allocating in mul and div as
1002 // zz and r are used to avoid allocating in mul and div as otherwise
  /prebuilts/go/linux-x86/src/encoding/gob/
encoder_test.go 942 // Don't crash, just give error when allocating a huge slice.
1007 // Requires allocating a monster, so don't do this from all.bash.
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 28 // Marshal uses, allocating maps, slices, and pointers as necessary,
329 // indirect walks down v allocating pointers as needed,
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 227 // conversion to color.Color here allocating memory in the
649 // conversion to color.Color here allocating memory in the
  /prebuilts/go/linux-x86/src/math/big/
nat.go 956 // zz and r are used to avoid allocating in mul and div as
1002 // zz and r are used to avoid allocating in mul and div as otherwise
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 353 // Called before allocating npage pages.
402 // To prevent excessive heap growth, before allocating n pages
mprof.go 141 // Return the bucket for stk[0:nstk], allocating new bucket if needed.
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 95 // We can slide things down instead of allocating a new
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 228 // instead of allocating a new map.
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate.go 63 // instead of allocating a new one.
  /prebuilts/go/darwin-x86/src/io/
io.go 355 // provided buffer (if one is required) rather than allocating a
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 459 // Avoid lots of small slice allocations later by allocating one
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 95 // We can slide things down instead of allocating a new
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 228 // instead of allocating a new map.
  /prebuilts/go/linux-x86/src/compress/flate/
inflate.go 63 // instead of allocating a new one.
  /prebuilts/go/linux-x86/src/io/
io.go 355 // provided buffer (if one is required) rather than allocating a
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 459 // Avoid lots of small slice allocations later by allocating one

Completed in 3615 milliseconds

1 23 4 5