Home | History | Annotate | Download | only in installd

Lines Matching full:nextpos

571     int8_t* nextPos = res + len;
572 if (cache->memBlocks == NULL || nextPos > cache->curMemBlockEnd) {
582 nextPos = res + len;
584 CACHE_NOISY(ALOGI("cache_malloc: ret %p size %zu, block=%p, nextPos=%p",
585 res, len, cache->memBlocks, nextPos));
586 cache->curMemBlockAvail = nextPos;