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

/haiku-fatelf/src/system/libroot/posix/malloc/
H A Dconfig.h69 // CACHE_LINE = The number of bytes in a cache line.
72 # define CACHE_LINE 32 macro
76 # define CACHE_LINE 64 macro
80 # define CACHE_LINE 128 macro
83 #ifndef CACHE_LINE
86 #define CACHE_LINE 64 macro
H A Dthreadheap.h62 double _pad[CACHE_LINE / sizeof(double)];
H A Dsuperblock.h142 double _pad[CACHE_LINE / sizeof(double)];

Completed in 38 milliseconds