Searched defs:NullAllocator (Results 1 – 2 of 2) sorted by relevance
46 class NullAllocator; variable456 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function458 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function462 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function467 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function472 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
113 const void *NullAllocator = dlsym(RTLD_DEFAULT, "kCFAllocatorNull"); _initializeAvailabilityCheck() local