Changeset 289556 in webkit
- Timestamp:
- Feb 10, 2022, 11:12:19 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-613-branch/Source/bmalloc/libpas/src/libpas/pas_config.h
r288518 r289556 100 100 #define PAS_ALLOCATOR_INDEX_BYTES 4 101 101 102 #ifdef PAS_BMALLOC 102 #if PAS_OS(DARWIN) 103 #define PAS_USE_SPINLOCKS 0 104 #else 103 105 #define PAS_USE_SPINLOCKS 1 104 #else105 #define PAS_USE_SPINLOCKS 0106 106 #endif 107 107
Note:
See TracChangeset
for help on using the changeset viewer.