| 43 | typedef const T& const_reference; |
| 44 | typedef T value_type; |
| 45 | template <class U> struct rebind { typedef MallocAllocator<U> other; }; |
| 46 | |
| 47 | MallocAllocator() throw () { } |
| 48 | MallocAllocator(const MallocAllocator &) throw () { } |
no outgoing calls
no test coverage detected