Resizes the annotation for the current thread to its old length.
| 61 | |
| 62 | // Resizes the annotation for the current thread to its old length. |
| 63 | static void PopAnnotation(size_t old_length) { |
| 64 | ThreadAnnotation()->resize(old_length); |
| 65 | } |
| 66 | |
| 67 | private: |
| 68 | Annotation(const Annotation&) = delete; // Unconstructible. |