Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: include/__config

Issue 2574553002: [counting-allocator] macOS buildtools/third_party/libc++/trunk/ changes.
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | include/__hash_table » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // -*- C++ -*- 1 // -*- C++ -*-
2 //===--------------------------- __config ---------------------------------===// 2 //===--------------------------- __config ---------------------------------===//
3 // 3 //
4 // The LLVM Compiler Infrastructure 4 // The LLVM Compiler Infrastructure
5 // 5 //
6 // This file is dual licensed under the MIT and the University of Illinois Open 6 // This file is dual licensed under the MIT and the University of Illinois Open
7 // Source Licenses. See LICENSE.TXT for details. 7 // Source Licenses. See LICENSE.TXT for details.
8 // 8 //
9 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===//
10 10
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 #define _LIBCPP_HAS_GCC_ATOMIC_IMP 819 #define _LIBCPP_HAS_GCC_ATOMIC_IMP
820 #endif 820 #endif
821 821
822 #if (!defined(_LIBCPP_HAS_C_ATOMIC_IMP) && !defined(_LIBCPP_HAS_GCC_ATOMIC_IMP)) \ 822 #if (!defined(_LIBCPP_HAS_C_ATOMIC_IMP) && !defined(_LIBCPP_HAS_GCC_ATOMIC_IMP)) \
823 || defined(_LIBCPP_HAS_NO_THREADS) 823 || defined(_LIBCPP_HAS_NO_THREADS)
824 #define _LIBCPP_HAS_NO_ATOMIC_HEADER 824 #define _LIBCPP_HAS_NO_ATOMIC_HEADER
825 #endif 825 #endif
826 826
827 #endif // __cplusplus 827 #endif // __cplusplus
828 828
829 #define _LIBCPP_COUNTING_ALLOCATOR
830
829 #endif // _LIBCPP_CONFIG 831 #endif // _LIBCPP_CONFIG
OLDNEW
« no previous file with comments | « no previous file | include/__hash_table » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698