Searched refs:POOL_ALIGN (Results 1 – 1 of 1) sorted by relevance
31 #define POOL_ALIGN 8 macro84 pool->head = (unsigned char*)(((unsigned long)pool->head + POOL_ALIGN - 1) & ~(POOL_ALIGN - 1)); in memory_pool_malloc()