Home
last modified time | relevance | path

Searched defs:NullAllocator (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dcontrolled_allocators.h46 class NullAllocator; variable
456 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
458 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
462 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
467 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
472 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c113 const void *NullAllocator = dlsym(RTLD_DEFAULT, "kCFAllocatorNull"); _initializeAvailabilityCheck() local