OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckMoreCoreForPrecondition
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
malloc_space.h
77
virtual void
CheckMoreCoreForPrecondition
() {} // to be overridden in the debug build.
79
void
CheckMoreCoreForPrecondition
() {} // no-op in the non-debug build.
dlmalloc_space.cc
287
void DlMallocSpace::
CheckMoreCoreForPrecondition
() {
Completed in 132 milliseconds