Home
last modified time | relevance | path

Searched refs:UnhookedAllocator (Results 1 – 4 of 4) 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 UnhookedAllocator(const UnhookedAllocator<U>& other) noexcept in UnhookedAllocator() function
72 bool operator==(const UnhookedAllocator<T>& first,
73 const UnhookedAllocator<U>& second) {
79 bool operator!=(const UnhookedAllocator<T>& first,
80 const UnhookedAllocator<U>& second) {
Dmalloc_hooks.cc44 using perfetto::profiling::UnhookedAllocator;
238 UnhookedAllocator<perfetto::profiling::Client> unhooked_allocator) { in CreateClientForCentralDaemon()
251 UnhookedAllocator<perfetto::profiling::Client> unhooked_allocator) { in CreateClientAndPrivateDaemon()
392 UnhookedAllocator<Client> unhooked_allocator(malloc_dispatch->malloc, in HEAPPROFD_ADD_PREFIX()
Dclient.h63 UnhookedAllocator<Client> unhooked_allocator);
Dclient.cc123 UnhookedAllocator<Client> unhooked_allocator) { in CreateAndHandshake()