Home
last modified time | relevance | path

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

/external/perfetto/tools/
Didle_alloc.cc48 volatile unsigned char* __attribute__((noinline)) AllocNoIdle(size_t bytes);
49 volatile unsigned char* __attribute__((noinline)) AllocNoIdle(size_t bytes) { in AllocNoIdle() function
151 volatile auto* nonidle = AllocNoIdle(kNoIdleSize); in main()