Searched refs:CACHE_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
541 #define CACHE_BLOCK_SIZE (512*1024) macro546 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()