Home
last modified time | relevance | path

Searched refs:AllocateGeneric (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/tracing/core/
Did_allocator.h39 uint32_t AllocateGeneric();
60 T Allocate() { return static_cast<T>(AllocateGeneric()); } in Allocate()
Did_allocator.cc29 uint32_t IdAllocatorGeneric::AllocateGeneric() { in AllocateGeneric() function in perfetto::IdAllocatorGeneric