Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.c492 #define CACHE_BLOCK_SIZE (512*1024) macro
497 if (len > (CACHE_BLOCK_SIZE/2)) { in _cache_malloc()
519 int8_t* newBlock = malloc(CACHE_BLOCK_SIZE); in _cache_malloc()
527 cache->curMemBlockEnd = newBlock + CACHE_BLOCK_SIZE; in _cache_malloc()