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

/external/libcxx/test/support/
H A Dcontrolled_allocators.hpp27 struct AllocController;
28 // 'AllocController' is a concrete type that instruments and controls the
34 // requirements that use the 'AllocController' interface.
59 struct AllocController { struct
97 AllocController() = default;
216 DISALLOW_COPY(AllocController);
230 explicit CountingAllocator(AllocController& PP) : P(&PP) {}
276 AllocController& getController() const { return *P; }
280 AllocController *P;
296 explicit CountingAllocator(AllocController
[all...]

Completed in 135 milliseconds