| 94 | template<typename U> tbb_allocator(const tbb_allocator<U>&) throw() {} |
| 95 | |
| 96 | pointer address(reference x) const {return &x;} |
| 97 | const_pointer address(const_reference x) const {return &x;} |
| 98 | |
| 99 | //! Allocate space for n objects. |
nothing calls this directly
no outgoing calls
no test coverage detected