OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocating
(Results
26 - 50
of
109
) sorted by null
1
2
3
4
5
/prebuilts/go/darwin-x86/src/runtime/
stack2.go
48
above checks (without
allocating
a full frame), which might trigger
malloc.go
26
//
Allocating
a small object proceeds up a hierarchy of caches:
38
//
allocating
a run of pages from the MHeap and then
40
//
Allocating
many objects amortizes the cost of locking
45
// operating system.
Allocating
a large run of pages
64
//
Allocating
and freeing a large object uses the page heap
197
// SysReserve reserves address space without
allocating
memory.
240
//
Allocating
a 512 GB region takes away 39 bits, and the amd64
326
// a little more space before we can start
allocating
, it will
643
// If
allocating
a defer+arg block, now that we've picked a malloc size
mgc.go
79
// The only change here is that we start
allocating
black so the Ps must acknowledge
239
// There is a tension between
allocating
objects white and
240
//
allocating
them black. If white and the objects die before being
242
// hand
allocating
them black will reduce _GCmarktermination latency
244
// by
allocating
white until the mark phase is approaching its end and
245
// then
allocating
black for the remainder of the mark phase.
529
// This can happen if the mutator is
allocating
very
[
all
...]
mgcsweep.go
316
// deductSweepCredit deducts sweep credit for
allocating
a span of
mgcwork.go
280
//
allocating
new buffers if none are available.
/prebuilts/go/linux-x86/src/compress/zlib/
reader.go
56
// instead of
allocating
a new one.
/prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go
126
// without first
allocating
that structure. If the regexp
/prebuilts/go/linux-x86/src/runtime/
mcache.go
14
next_sample int32 // trigger heap sample after
allocating
this many bytes
stack2.go
48
above checks (without
allocating
a full frame), which might trigger
malloc.go
26
//
Allocating
a small object proceeds up a hierarchy of caches:
38
//
allocating
a run of pages from the MHeap and then
40
//
Allocating
many objects amortizes the cost of locking
45
// operating system.
Allocating
a large run of pages
64
//
Allocating
and freeing a large object uses the page heap
197
// SysReserve reserves address space without
allocating
memory.
240
//
Allocating
a 512 GB region takes away 39 bits, and the amd64
326
// a little more space before we can start
allocating
, it will
643
// If
allocating
a defer+arg block, now that we've picked a malloc size
mgc.go
79
// The only change here is that we start
allocating
black so the Ps must acknowledge
239
// There is a tension between
allocating
objects white and
240
//
allocating
them black. If white and the objects die before being
242
// hand
allocating
them black will reduce _GCmarktermination latency
244
// by
allocating
white until the mark phase is approaching its end and
245
// then
allocating
black for the remainder of the mark phase.
529
// This can happen if the mutator is
allocating
very
[
all
...]
mgcsweep.go
316
// deductSweepCredit deducts sweep credit for
allocating
a span of
mgcwork.go
280
//
allocating
new buffers if none are available.
/external/v8/test/mjsunit/
array-constructor-feedback.js
224
// Perform a gc, because we are
allocating
a very large array and if a gc
large-object-allocation.js
284
// instance size is not checked when
allocating
the initial map for MultiProp.
/prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go
97
// This permits reusing a Reader rather than
allocating
a new one.
gzip.go
96
//
allocating
a new one.
/prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go
97
// This permits reusing a Reader rather than
allocating
a new one.
gzip.go
96
//
allocating
a new one.
/prebuilts/go/darwin-x86/src/io/
io_test.go
87
// while the ReaderFrom must read until EOF, potentially
allocating
when running out of buffer.
/prebuilts/go/linux-x86/src/io/
io_test.go
87
// while the ReaderFrom must read until EOF, potentially
allocating
when running out of buffer.
/external/v8/benchmarks/
splay.js
31
// JavaScript engine is at
allocating
nodes and reclaiming the memory
/prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go
115
// preprocessing would require
allocating
huge buffers to store the
/prebuilts/go/linux-x86/src/compress/bzip2/
bzip2.go
115
// preprocessing would require
allocating
huge buffers to store the
/prebuilts/go/darwin-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
Completed in 1470 milliseconds
1
2
3
4
5