OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArenaTagForAllocation
(Results
1 - 2
of
2
) sorted by null
/art/runtime/base/
scoped_arena_allocator.h
65
static ArenaFreeTag&
ArenaTagForAllocation
(void* ptr) {
102
ArenaTagForAllocation
(ptr) = ArenaFreeTag::kUsed;
scoped_arena_containers.h
214
CHECK(ArenaStack::
ArenaTagForAllocation
(reinterpret_cast<void*>(ptr)) == ArenaFreeTag::kUsed)
216
ArenaStack::
ArenaTagForAllocation
(reinterpret_cast<void*>(ptr)) = ArenaFreeTag::kFree;
Completed in 44 milliseconds