Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/runtime/
Dtracemap.go26 type traceMap struct { struct
27 root atomic.UnsafePointer // *traceMapNode (can't use generics because it's notinheap)
28 _ cpu.CacheLinePad
29 seq atomic.Uint64
30 _ cpu.CacheLinePad
31 mem traceRegionAlloc
57 func (tab *traceMap) stealID() uint64 {
67 func (tab *traceMap) put(data unsafe.Pointer, size uintptr) (uint64, bool) {
115 …(tab *traceMap) newTraceMapNode(data unsafe.Pointer, size, hash uintptr, id uint64) *traceMapNode {
136 func (tab *traceMap) reset() {
Dexport_test.go1879 traceMap anonMember