Home
last modified time | relevance | path

Searched refs:UnhookedAllocator (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/src/profiling/memory/
Dunhooked_allocator.h35 class UnhookedAllocator {
38 friend class UnhookedAllocator;
47 UnhookedAllocator(unhooked_malloc_t unhooked_malloc, in UnhookedAllocator() function
52 constexpr explicit UnhookedAllocator( in UnhookedAllocator() function
53 const UnhookedAllocator<U>& other) noexcept in UnhookedAllocator()
73 bool operator==(const UnhookedAllocator<T>& first,
74 const UnhookedAllocator<U>& second) {
80 bool operator!=(const UnhookedAllocator<T>& first,
81 const UnhookedAllocator<U>& second) {
Dclient_api_factory.h32 UnhookedAllocator<perfetto::profiling::Client> unhooked_allocator);
Dclient_api_factory_android.cc43 UnhookedAllocator<perfetto::profiling::Client> unhooked_allocator) { in ConstructClient()
Dclient.h75 UnhookedAllocator<Client> unhooked_allocator);
Dclient_api_unittest.cc57 UnhookedAllocator<perfetto::profiling::Client> unhooked_allocator) { in ConstructClient()
Dclient_api_factory_standalone.cc157 UnhookedAllocator<perfetto::profiling::Client> unhooked_allocator) { in ConstructClient()
Dclient_api.cc72 using perfetto::profiling::UnhookedAllocator;
511 UnhookedAllocator<perfetto::profiling::Client> unhooked_allocator(malloc_fn, in AHeapProfile_initSession()
Dclient_api_benchmark.cc55 UnhookedAllocator<perfetto::profiling::Client> unhooked_allocator) { in ConstructClient()
Dclient.cc164 UnhookedAllocator<Client> unhooked_allocator) { in CreateAndHandshake()