Searched defs:NullAllocator (Results 1 – 3 of 3) sorted by relevance
44 class NullAllocator; variable449 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() function
444 class NullAllocator class450 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 NullAllocator
109 const void *NullAllocator = dlsym(RTLD_DEFAULT, "kCFAllocatorNull"); in _initializeAvailabilityCheck() local