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