Home
last modified time | relevance | path

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

/external/perfetto/tools/
Didle_alloc.cc37 volatile unsigned char* __attribute__((noinline)) AllocIdle(size_t bytes);
38 volatile unsigned char* __attribute__((noinline)) AllocIdle(size_t bytes) { in AllocIdle() function
150 volatile auto* idle = AllocIdle(kIdleSize); in main()