OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dedicated_full_run_storage_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/allocator/
rosalloc.h
436
static size_t
dedicated_full_run_storage_
[];
rosalloc.cc
46
size_t RosAlloc::
dedicated_full_run_storage_
[kPageSize / sizeof(size_t)] = { 0 };
member in class:art::gc::allocator::RosAlloc
48
reinterpret_cast<RosAlloc::Run*>(
dedicated_full_run_storage_
);
[
all
...]
Completed in 42 milliseconds