HomeSort by relevance Sort by last modified time
    Searched refs:AllocateGeneric (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/tracing/core/
id_allocator.h 39 uint32_t AllocateGeneric();
60 T Allocate() { return static_cast<T>(AllocateGeneric()); }
id_allocator.cc 29 uint32_t IdAllocatorGeneric::AllocateGeneric() {

Completed in 74 milliseconds