OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:by_size
(Results
1 - 5
of
5
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
mstats.go
87
by_size
[_NumSizeClasses]struct {
417
// Size of the trailing
by_size
array differs between mstats and MemStats,
418
// and all data after
by_size
is local to runtime, not exported.
422
var sizeof_C_MStats = unsafe.Offsetof(memstats.
by_size
) + 61*unsafe.Sizeof(memstats.
by_size
[0])
456
// The size of the trailing
by_size
array differs between
539
for i := 0; i < len(memstats.
by_size
); i++ {
540
memstats.
by_size
[i].nmalloc = 0
541
memstats.
by_size
[i].nfree = 0
561
memstats.
by_size
[s.sizeclass].nmalloc += uint64(s.allocCount
[
all
...]
malloc.go
224
memstats.
by_size
[i].size = uint32(class_to_size[i])
/prebuilts/go/linux-x86/src/runtime/
mstats.go
87
by_size
[_NumSizeClasses]struct {
417
// Size of the trailing
by_size
array differs between mstats and MemStats,
418
// and all data after
by_size
is local to runtime, not exported.
422
var sizeof_C_MStats = unsafe.Offsetof(memstats.
by_size
) + 61*unsafe.Sizeof(memstats.
by_size
[0])
456
// The size of the trailing
by_size
array differs between
539
for i := 0; i < len(memstats.
by_size
); i++ {
540
memstats.
by_size
[i].nmalloc = 0
541
memstats.
by_size
[i].nfree = 0
561
memstats.
by_size
[s.sizeclass].nmalloc += uint64(s.allocCount
[
all
...]
malloc.go
224
memstats.
by_size
[i].size = uint32(class_to_size[i])
/build/make/tools/releasetools/
common.py
[
all
...]
Completed in 252 milliseconds