Searched defs:profMapEntry (Results 1 – 1 of 1) sorted by relevance
20 type profMapEntry struct { struct21 nextHash *profMapEntry // next in hash list22 nextAll *profMapEntry // next in list of all entries23 stk []uintptr24 tag unsafe.Pointer25 count int64