@return Synthetic frame id composed from top symbol pointer plus cumulative hash. */
| 1199 | |
| 1200 | /** @return Synthetic frame id composed from top symbol pointer plus cumulative hash. */ |
| 1201 | MEM_NO_INSTRUMENT size_t frameId() const |
| 1202 | { |
| 1203 | return size_t(top()) + _stackId; |
| 1204 | } |
| 1205 | |
| 1206 | /** @return Reference to underlying fixed-size stack array. */ |
| 1207 | MEM_NO_INSTRUMENT const std::array<const char *, __MEM_MAX_STACK_DEPTH> &stack() const |