HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 251 - 275 of 537) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 69 // for 75% of memory (size) allocation for dominator computation
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
legacy_profile.go 618 return value, blocksize, addrs, fmt.Errorf("allocation count was 0 but allocation bytes was %d", v2)
1207 // Memory-allocation routines on OS X.
1218 // Other misc. memory allocation routines
  /prebuilts/go/darwin-x86/src/io/
multi_test.go 80 // test that a multiWriter.WriteString calls results in at most 1 allocation,
  /prebuilts/go/darwin-x86/src/net/http/
header.go 113 // interface value without allocation.
  /prebuilts/go/darwin-x86/src/net/
parse.go 191 if val == 0 { // avoid string allocation
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 152 // Avoid allocation of buffer if prefix is empty.
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 71 // See the allocation at the top of the function.
  /prebuilts/go/darwin-x86/src/runtime/
mcentral.go 36 // Deduct credit for this span allocation and sweep if necessary.
mem_linux.go 106 // If it's a large allocation, we want to leave huge
mbitmap.go 59 // The smallest possible allocation is 8 bytes. On a 32-bit machine, that
61 // checkmark bit. On a 64-bit machine, however, the 8-byte allocation is
64 // into larger 16-byte (maxTinySize) allocations, a plain 8-byte allocation
179 // We maintain one set of mark bits for allocation and one for
256 // As each 1 in s.allocCache was encountered and used for allocation
569 // make sure the underlying allocation contains pointers, usually
870 // heapBitsSetType records that the new allocation [x, x+size)
880 // There can only be one allocation from a given span active at a time,
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
pool.go 30 // clients of a package. Pool provides a way to amortize allocation overhead
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_arm.go 48 // Implemented in assembly to avoid allocation.
  /prebuilts/go/darwin-x86/test/
fibo.go 13 // -opt optimize memory allocation through reuse
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
dom.go 69 // for 75% of memory (size) allocation for dominator computation
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
legacy_profile.go 618 return value, blocksize, addrs, fmt.Errorf("allocation count was 0 but allocation bytes was %d", v2)
1207 // Memory-allocation routines on OS X.
1218 // Other misc. memory allocation routines
  /prebuilts/go/linux-x86/src/io/
multi_test.go 80 // test that a multiWriter.WriteString calls results in at most 1 allocation,
  /prebuilts/go/linux-x86/src/net/http/
header.go 113 // interface value without allocation.
  /prebuilts/go/linux-x86/src/net/
parse.go 191 if val == 0 { // avoid string allocation
  /prebuilts/go/linux-x86/src/regexp/syntax/
prog.go 152 // Avoid allocation of buffer if prefix is empty.
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 71 // See the allocation at the top of the function.
  /prebuilts/go/linux-x86/src/runtime/
mcentral.go 36 // Deduct credit for this span allocation and sweep if necessary.
mem_linux.go 106 // If it's a large allocation, we want to leave huge
  /prebuilts/go/linux-x86/src/sync/
pool.go 30 // clients of a package. Pool provides a way to amortize allocation overhead
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_arm.go 48 // Implemented in assembly to avoid allocation.
  /prebuilts/go/linux-x86/test/
fibo.go 13 // -opt optimize memory allocation through reuse

Completed in 731 milliseconds

<<11121314151617181920>>