Home | History | Annotate | Download | only in tsan

Lines Matching refs:heap_info

6100     HeapInfo *heap_info = G_heap_map->GetInfo(a);
6101 if (heap_info) {
6107 static_cast<long>(a - heap_info->ptr),
6108 reinterpret_cast<void*>(heap_info->ptr),
6109 static_cast<long>(heap_info->size),
6110 heap_info->tid().raw(), c_default);
6111 return string(buff) + heap_info->StackTraceString().c_str();