• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 5355682930
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: ninarodicova/tests
DEFAULT BRANCH: master
Ran 23 Jun 2023 11:24AM UTC
Jobs 1
Files 476
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Jun 2023 11:24AM UTC coverage: 85.782% (-0.01%) from 85.794%
5355682930

push

github

locker
core: use `malloc` instead of `region` allocator in procedure name cache

The procedure name cache uses a region for hash table entry allocation, but
the cache is a thread local variable, while the `region` uses a `slab`
allocator the lifetime of which is bounded by `main`, while thread locals
are destroyed after `main`: use the `malloc` allocator instead.

Benchmark from #7207 shows that this change does not effect performance.

Closes #8777

NO_CHANGELOG=<leak does not affect users>
NO_DOC=bugfix
NO_TEST=<detected by ASAN>

(cherry picked from commit 7135910ec)

62120 of 113997 branches covered (54.49%)

93100 of 108531 relevant lines covered (85.78%)

2868432.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5355682930.1 23 Jun 2023 11:24AM UTC 0
85.78
GitHub Action Run
Source Files on build 5355682930
Detailed source file information is not available for this build.
  • Back to Repo
  • 0802c68d on github
  • Prev Build on release/2.11 (#5348828646)
  • Next Build on release/2.11 (#5355813636)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc