Home
last modified time | relevance | path

Searched defs:notInHeap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dbug514.go17 type notInHeap struct { struct
18 _ cgo.Incomplete
19 i int
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmalloc.go1704 type notInHeap struct{ _ sys.NotInHeap } struct
1706 func (p *notInHeap) add(bytes uintptr) *notInHeap {