Home
last modified time | relevance | path

Searched refs:CACHE_LINE_SIZE (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/common/queue/
H A Dsoftbus_queue.c30 #define CACHE_LINE_SIZE 64 macro
73 *queueSize = ((size + CACHE_LINE_SIZE - 1) & (~(CACHE_LINE_SIZE - 1))); in QueueSizeCalc()

Completed in 2 milliseconds