Searched defs:getController (Results 1 – 3 of 3) sorted by relevance
275 AllocController& getController() const { return *P; } in getController() function318 AllocController& getController() const { return *P; } in getController() function401 AllocController& getController() const { return *P; } in getController() function481 AllocController& getController() const { return *P; } in getController() function
276 AllocController& getController() const { return *P; } in getController() function in CountingAllocator319 AllocController& getController() const { return *P; } in getController() function in CountingAllocator402 AllocController& getController() const { return *P; } in getController() function in MinAlignedAllocator482 AllocController& getController() const { return *P; } in getController() function in NullAllocator
65 AllocController& getController() { return C; } in getController() function in TestResourceImp