OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curMemBlockEnd
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/installd/
utils.h
62
int8_t*
curMemBlockEnd
;
utils.cpp
572
if (cache->memBlocks == NULL || nextPos > cache->
curMemBlockEnd
) {
581
cache->
curMemBlockEnd
= newBlock + CACHE_BLOCK_SIZE;
[
all
...]
Completed in 100 milliseconds