Changeset 63 for sources/src/global_functions.cc
- Timestamp:
- Oct 23, 2019, 12:33:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/global_functions.cc
r62 r63 248 248 assert(pending_write_vector_capacity != 0); 249 249 250 #ifdef USE_OPENMP250 #ifdef _OPENMP 251 251 #define LINE_SIZE 128L 252 252 int malloc_size = (sizeof (pending_write_t) * (pending_write_vector_capacity + 1) + (LINE_SIZE - 1)) & ~(LINE_SIZE - 1);
Note: See TracChangeset
for help on using the changeset viewer.