HomeSort by relevance Sort by last modified time
    Searched refs:memBlocks (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/installd/
utils.cpp 561 if (cache->memBlocks == NULL) {
563 cache->memBlocks = res;
565 *(void**)res = *(void**)cache->memBlocks;
566 *(void**)cache->memBlocks = res;
572 if (cache->memBlocks == NULL || nextPos > cache->curMemBlockEnd) {
578 *(void**)newBlock = cache->memBlocks;
579 cache->memBlocks = newBlock;
585 res, len, cache->memBlocks, nextPos));
    [all...]
utils.h 60 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 59 milliseconds