Home | History | Annotate | Download | only in tsan

Lines Matching refs:heap_info

5967     HeapInfo *heap_info = G_heap_map->GetInfo(a);
5968 if (heap_info) {
5974 static_cast<long>(a - heap_info->ptr),
5975 reinterpret_cast<void*>(heap_info->ptr),
5976 static_cast<long>(heap_info->size),
5977 heap_info->tid().raw(), c_default);
5978 return string(buff) + heap_info->StackTraceString().c_str();