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

/external/libcxx/test/support/
H A Dcontrolled_allocators.hpp45 class NullAllocator;
46 // 'NullAllocator' is an instrumented test type which implements the
444 class NullAllocator class
449 NullAllocator() = delete;
450 explicit NullAllocator(AllocController& PP) : P(&PP) {} function in class:NullAllocator
452 NullAllocator(NullAllocator const& other) : P(other.P) { function in class:NullAllocator
456 NullAllocator(NullAllocator&& other) : P(other.P) { function in class:NullAllocator
461 NullAllocator(NullAllocato
[all...]

Completed in 1214 milliseconds