Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.c30 #define POOL_LARGE_ALLOC 4096 macro
59 blocksize = 2*POOL_LARGE_ALLOC; in refill_pool()
73 if (bytes < POOL_LARGE_ALLOC) { in memory_pool_malloc()