OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArenaAllocatorStatsImpl
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/
arena_allocator.h
64
class
ArenaAllocatorStatsImpl
;
67
class
ArenaAllocatorStatsImpl
<false> {
69
ArenaAllocatorStatsImpl
() = default;
70
ArenaAllocatorStatsImpl
(const
ArenaAllocatorStatsImpl
& other) = default;
71
ArenaAllocatorStatsImpl
& operator = (const
ArenaAllocatorStatsImpl
& other) = delete;
73
void Copy(const
ArenaAllocatorStatsImpl
& other) { UNUSED(other); }
83
class
ArenaAllocatorStatsImpl
{
85
ArenaAllocatorStatsImpl
();
[
all
...]
arena_allocator.cc
35
const char* const
ArenaAllocatorStatsImpl
<kCount>::kAllocNames[] = {
54
ArenaAllocatorStatsImpl
<kCount>::
ArenaAllocatorStatsImpl
()
60
void
ArenaAllocatorStatsImpl
<kCount>::Copy(const
ArenaAllocatorStatsImpl
& other) {
66
void
ArenaAllocatorStatsImpl
<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) {
72
size_t
ArenaAllocatorStatsImpl
<kCount>::NumAllocations() const {
77
size_t
ArenaAllocatorStatsImpl
<kCount>::BytesAllocated() const {
83
void
ArenaAllocatorStatsImpl
<kCount>::Dump(std::ostream& os, const Arena* first,
112
template class
ArenaAllocatorStatsImpl
<kArenaAllocatorCountAllocations>
[
all
...]
Completed in 48 milliseconds