Searched refs:HeapProfile (Results 1 – 5 of 5) sorted by relevance
32 class HeapProfile { class34 HeapProfile() : allocations_(1024) {} in HeapProfile() function in __asan::HeapProfile76 HeapProfile *hp = reinterpret_cast<HeapProfile*>(arg); in ChunkCallback()86 HeapProfile hp; in MemoryProfileCB()
31 class HeapProfile { class33 HeapProfile() { allocations_.reserve(1024); } in HeapProfile() function in __asan::HeapProfile99 reinterpret_cast<HeapProfile*>(arg)->ProcessChunk( in ChunkCallback()105 HeapProfile hp; in MemoryProfileCB()
138 pybind11::bytes HeapProfile();
270 py::bytes PyClient::HeapProfile() { in HeapProfile() function in xla::PyClient
228 .def("heap_profile", &PyClient::HeapProfile); in PYBIND11_MODULE()