OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memBlocks
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
utils.c
394
if (cache->
memBlocks
== NULL) {
396
cache->
memBlocks
= res;
398
*(void**)res = *(void**)cache->
memBlocks
;
399
*(void**)cache->
memBlocks
= res;
405
if (cache->
memBlocks
== NULL || nextPos > cache->curMemBlockEnd) {
411
*(void**)newBlock = cache->
memBlocks
;
412
cache->
memBlocks
= newBlock;
418
res, len, cache->
memBlocks
, nextPos));
785
void* block = cache->
memBlocks
;
installd.h
126
void*
memBlocks
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar
Completed in 21 milliseconds