OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h_spans
(Results
1 - 10
of
10
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
mheap.go
146
//
h_spans
is a lookup table to map virtual address page IDs to *mspan.
150
// For pages that have never been allocated,
h_spans
entries are nil.
151
var
h_spans
[]*mspan // TODO: make this h.spans once mheap can be defined in Go
var
197
s :=
h_spans
[x]
220
return
h_spans
[(p-mheap_.arena_start)>>_PageShift]
291
sp := (*slice)(unsafe.Pointer(&
h_spans
))
465
//
h_spans
is accessed concurrently without synchronization
467
// barrier here to ensure the writes to
h_spans
above happen
471
// look up s in
h_spans
. The unlock acts as the barrier to
473
// between p and the index in
h_spans
orders the reads
[
all
...]
mgcmark.go
969
s :=
h_spans
[x]
mbitmap.go
195
s =
h_spans
[idx]
[
all
...]
/prebuilts/go/linux-x86/src/runtime/
mheap.go
146
//
h_spans
is a lookup table to map virtual address page IDs to *mspan.
150
// For pages that have never been allocated,
h_spans
entries are nil.
151
var
h_spans
[]*mspan // TODO: make this h.spans once mheap can be defined in Go
var
197
s :=
h_spans
[x]
220
return
h_spans
[(p-mheap_.arena_start)>>_PageShift]
291
sp := (*slice)(unsafe.Pointer(&
h_spans
))
465
//
h_spans
is accessed concurrently without synchronization
467
// barrier here to ensure the writes to
h_spans
above happen
471
// look up s in
h_spans
. The unlock acts as the barrier to
473
// between p and the index in
h_spans
orders the reads
[
all
...]
mgcmark.go
969
s :=
h_spans
[x]
mbitmap.go
195
s =
h_spans
[idx]
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
runtime.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/
runtime.a
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
runtime.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/
runtime.a
[
all
...]
Completed in 6826 milliseconds