OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stackfreelist
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
mcache.go
26
stackcache [_NumStackOrders]
stackfreelist
56
type
stackfreelist
struct {
type
/prebuilts/go/linux-x86/src/runtime/
mcache.go
26
stackcache [_NumStackOrders]
stackfreelist
56
type
stackfreelist
struct {
type
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
runtime.a
85
type @"".
stackfreelist
struct { @"".list @"".gclinkptr; @"".size uintptr }
86
type @"".mcache struct { @"".next_sample int32; @"".local_cachealloc uintptr; @"".local_scan uintptr; @"".tiny @"unsafe".Pointer; @"".tinyoffset uintptr; @"".local_tinyallocs uintptr; @"".alloc [67]*@"".mspan; @"".stackcache [4]@"".
stackfreelist
; @"".local_nlookup uintptr; @"".local_largefree uintptr; @"".local_nlargefree uintptr; @"".local_nsmallfree [67]uintptr }
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/
runtime.a
85
type @"".
stackfreelist
struct { @"".list @"".gclinkptr; @"".size uintptr }
86
type @"".mcache struct { @"".next_sample int32; @"".local_cachealloc uintptr; @"".local_scan uintptr; @"".tiny @"unsafe".Pointer; @"".tinyoffset uintptr; @"".local_tinyallocs uintptr; @"".alloc [67]*@"".mspan; @"".stackcache [4]@"".
stackfreelist
; @"".local_nlookup uintptr; @"".local_largefree uintptr; @"".local_nlargefree uintptr; @"".local_nsmallfree [67]uintptr }
[
all
...]
Completed in 416 milliseconds