Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.c31 #define POOL_ALIGN 8 macro
84 pool->head = (unsigned char*)(((unsigned long)pool->head + POOL_ALIGN - 1) & ~(POOL_ALIGN - 1)); in memory_pool_malloc()