Home
last modified time | relevance | path

Searched refs:HeapProfile (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc32 class HeapProfile { class
34 HeapProfile() : allocations_(1024) {} in HeapProfile() function in __asan::HeapProfile
76 HeapProfile *hp = reinterpret_cast<HeapProfile*>(arg); in ChunkCallback()
86 HeapProfile hp; in MemoryProfileCB()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_memory_profile.cpp31 class HeapProfile { class
33 HeapProfile() { allocations_.reserve(1024); } in HeapProfile() function in __asan::HeapProfile
99 reinterpret_cast<HeapProfile*>(arg)->ProcessChunk( in ChunkCallback()
105 HeapProfile hp; in MemoryProfileCB()
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.h138 pybind11::bytes HeapProfile();
Dpy_client.cc270 py::bytes PyClient::HeapProfile() { in HeapProfile() function in xla::PyClient
Dxla.cc228 .def("heap_profile", &PyClient::HeapProfile); in PYBIND11_MODULE()