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

tarantool / tarantool / 5355676120
88%

Build:
DEFAULT BRANCH: master
Ran 23 Jun 2023 11:14AM UTC
Jobs 1
Files 488
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:14AM UTC coverage: 85.926% (+0.009%) from 85.917%
5355676120

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>

63250 of 115606 branches covered (54.71%)

5 of 5 new or added lines in 1 file covered. (100.0%)

94846 of 110381 relevant lines covered (85.93%)

2851543.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5355676120.1 23 Jun 2023 11:14AM UTC 0
85.93
GitHub Action Run
Source Files on build 5355676120
Detailed source file information is not available for this build.
  • Back to Repo
  • 7135910e on github
  • Prev Build on master (#5354544728)
  • Next Build on master (#5355806584)
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