OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fitsInCurrentPage
(Results
1 - 2
of
2
) sorted by null
/system/core/include/utils/
LinearAllocator.h
77
bool
fitsInCurrentPage
(size_t size);
/system/core/libutils/
LinearAllocator.cpp
140
bool LinearAllocator::
fitsInCurrentPage
(size_t size) {
145
if (
fitsInCurrentPage
(size)) return;
165
if (size > mMaxAllocSize && !
fitsInCurrentPage
(size)) {
Completed in 70 milliseconds