OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ArenaPool
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/
arena_allocator.cc
78
ArenaPool
::
ArenaPool
()
83
ArenaPool
::~
ArenaPool
() {
91
Arena*
ArenaPool
::AllocArena(size_t size) {
108
void
ArenaPool
::FreeArena(Arena* arena) {
125
ArenaAllocator::ArenaAllocator(
ArenaPool
* pool)
arena_allocator.h
30
class
ArenaPool
;
61
friend class
ArenaPool
;
66
class
ArenaPool
{
68
ArenaPool
();
69
~
ArenaPool
();
76
DISALLOW_COPY_AND_ASSIGN(
ArenaPool
);
101
explicit ArenaAllocator(
ArenaPool
* pool);
130
ArenaPool
* pool_;
Completed in 56 milliseconds