@return Current stack depth. */
| 1187 | |
| 1188 | /** @return Current stack depth. */ |
| 1189 | MEM_NO_INSTRUMENT unsigned depth() const |
| 1190 | { |
| 1191 | return _offset; |
| 1192 | } |
| 1193 | |
| 1194 | /** @return Top function name (undefined if empty). */ |
| 1195 | MEM_NO_INSTRUMENT const char *top() const |
no outgoing calls
no test coverage detected