| 120 | void shrink (size_type); |
| 121 | value_type* getInternalStorage() noexcept { return reinterpret_cast<value_type*> (internalStorage); } |
| 122 | bool isUsingInternalStorage() const noexcept { return numAllocated <= numPreallocatedElements; } |
| 123 | void resetToInternalStorage() noexcept; |
| 124 | void freeHeapAndResetToInternalStorage() noexcept; |
| 125 | }; |
no outgoing calls
no test coverage detected