OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curMemBlockAvail
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/installd/
installd.h
124
int8_t*
curMemBlockAvail
;
utils.c
404
int8_t* res = cache->
curMemBlockAvail
;
414
res = cache->
curMemBlockAvail
= newBlock + sizeof(void*);
420
cache->
curMemBlockAvail
= nextPos;
Completed in 636 milliseconds