| 3467 | Firebird::GlobalPtr<Strings> cleanStrings; |
| 3468 | |
| 3469 | const char* circularAlloc(const char* s, unsigned len) |
| 3470 | { |
| 3471 | return getThreadBuffer()->alloc(s, len); |
| 3472 | } |
| 3473 | |
| 3474 | // CVC: Do not let "perm" be incremented before "trans", because it may lead to serious memory errors, |
| 3475 | // since our code blindly passes the same vector twice. |
no test coverage detected