Searched refs:NullAllocator (Results 1 – 7 of 7) sorted by relevance
45 class NullAllocator;444 class NullAllocator class449 NullAllocator() = delete;450 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function in NullAllocator452 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function in NullAllocator456 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function in NullAllocator461 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function in NullAllocator466 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function in NullAllocator485 template <class Tp> friend class NullAllocator;490 inline bool operator==(NullAllocator<T> const& x, in operator ==()[all …]
44 class NullAllocator; variable443 class NullAllocator448 NullAllocator() = delete;449 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function451 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function455 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function460 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function465 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function484 template <class Tp> friend class NullAllocator;489 inline bool operator==(NullAllocator<T> const& x,[all …]
109 const void *NullAllocator = dlsym(RTLD_DEFAULT, "kCFAllocatorNull"); in _initializeAvailabilityCheck() local110 if (!NullAllocator) in _initializeAvailabilityCheck()112 const CFAllocatorRef AllocatorNull = *(const CFAllocatorRef *)NullAllocator; in _initializeAvailabilityCheck()
32 using Alloc = NullAllocator<char>; in main()
33 using Alloc = NullAllocator<char>; in main()
61 using Alloc = NullAllocator<char>; in check_alloc_max_size()
63 using Alloc = NullAllocator<char>; in check_alloc_max_size()