Searched refs:__cpp_sized_deallocation (Results 1 – 14 of 14) sorted by relevance
132 # if __cpp_sized_deallocation in _GLIBCXX_VISIBILITY()140 #if __cpp_sized_deallocation in _GLIBCXX_VISIBILITY()
14 import core.stdcpp.xutility : __cpp_sized_deallocation, __cpp_aligned_new;94 static if (__cpp_sized_deallocation)
15 import core.stdcpp.xutility : StdNamespace, __cpp_sized_deallocation, __cpp_aligned_new;195 static if (__cpp_sized_deallocation) in allocator()200 else static if (__cpp_sized_deallocation) in allocator()
37 enum __cpp_sized_deallocation = __cplusplus >= CppStdRevision.cpp14 || is(typeof(_MSC_VER)) ? 20130… variable
25 #ifdef __cpp_sized_deallocation in deallocate_buffer()
134 #if __cpp_sized_deallocation165 #if __cpp_sized_deallocation170 #endif // __cpp_sized_deallocation
155 #if __cpp_sized_deallocation in _GLIBCXX_VISIBILITY()
73 #if __cpp_sized_deallocation in _GLIBCXX_VISIBILITY()
105 #if !defined(__cpp_sized_deallocation) || __cpp_sized_deallocation < 201309L
2374 __cpp_sized_deallocation \
5812 [!__cpp_sized_deallocation]: Do not pass size to operator delete.
8783 * c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.