OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_names
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/
arena_allocator.cc
29
static const char*
alloc_names
[ArenaAllocator::kNumAllocKinds] = {
member in namespace:art
185
os <<
alloc_names
[i] << std::setw(10) << alloc_stats_[i] << "\n";
/external/compiler-rt/lib/asan/
asan_report.cc
572
static const char *
alloc_names
[] =
local
581
alloc_names
[alloc_type], dealloc_names[dealloc_type], addr);
Completed in 28 milliseconds