Searched defs:profMap (Results 1 – 1 of 1) sorted by relevance
11 type profMap struct { struct12 hash map[uintptr]*profMapEntry13 all *profMapEntry14 last *profMapEntry15 free []profMapEntry16 freeStk []uintptr28 func (m *profMap) lookup(stk []uint64, tag unsafe.Pointer) *profMapEntry {