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

tarantool / tarantool / 5355691566
85%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fmt-util
DEFAULT BRANCH: master
Ran 23 Jun 2023 11:27AM UTC
Jobs 1
Files 459
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:27AM UTC coverage: 85.166% (+0.001%) from 85.165%
5355691566

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)

59303 of 108370 branches covered (54.72%)

90495 of 106257 relevant lines covered (85.17%)

2490740.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5355691566.1 23 Jun 2023 11:27AM UTC 0
85.17
GitHub Action Run
Source Files on build 5355691566
Detailed source file information is not available for this build.
  • Back to Repo
  • 95cdf5a4 on github
  • Prev Build on release/2.10 (#5348828613)
  • Next Build on release/2.10 (#5355814770)
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