Home
last modified time | relevance | path

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

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