Searched defs:traceMap (Results 1 – 2 of 2) sorted by relevance
26 type traceMap struct { struct27 root atomic.UnsafePointer // *traceMapNode (can't use generics because it's notinheap)28 _ cpu.CacheLinePad29 seq atomic.Uint6430 _ cpu.CacheLinePad31 mem traceRegionAlloc57 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() {
1879 traceMap anonMember