| 87 | |
| 88 | template <typename T> |
| 89 | sonic_force_inline T* PushSize(size_t n) { |
| 90 | return stack_.template PushSize<T>(n); |
| 91 | } |
| 92 | |
| 93 | template <typename T> |
| 94 | sonic_force_inline T* PushSizeUnsafe(size_t n) { |
nothing calls this directly
no outgoing calls
no test coverage detected