Home
last modified time | relevance | path

Searched refs:memBlocks (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.c507 if (cache->memBlocks == NULL) { in _cache_malloc()
509 cache->memBlocks = res; in _cache_malloc()
511 *(void**)res = *(void**)cache->memBlocks; in _cache_malloc()
512 *(void**)cache->memBlocks = res; in _cache_malloc()
518 if (cache->memBlocks == NULL || nextPos > cache->curMemBlockEnd) { in _cache_malloc()
524 *(void**)newBlock = cache->memBlocks; in _cache_malloc()
525 cache->memBlocks = newBlock; in _cache_malloc()
531 res, len, cache->memBlocks, nextPos)); in _cache_malloc()
898 void* block = cache->memBlocks; in finish_cache_collection()
Dinstalld.h128 void* memBlocks; member