Lines Matching refs:AllocController
26 struct AllocController;
58 struct AllocController { struct
96 AllocController() = default; argument
220 DISALLOW_COPY(AllocController); argument
234 explicit CountingAllocator(AllocController& PP) : P(&PP) {} in CountingAllocator()
280 AllocController& getController() const { return *P; } in getController()
284 AllocController *P;
300 explicit CountingAllocator(AllocController& PP) : P(&PP) {} in CountingAllocator()
323 AllocController& getController() const { return *P; } in getController()
327 AllocController *P;
351 explicit MinAlignedAllocator(AllocController& R) : P(&R) {} in MinAlignedAllocator()
406 AllocController& getController() const { return *P; } in getController()
431 mutable AllocController *P;
454 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator()
486 AllocController& getController() const { return *P; } in getController()
490 AllocController *P;