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

tarantool / tarantool / 5355691566 / 1
85%
master: 88%

Build:
Build:
LAST BUILD BRANCH: i12082
DEFAULT BRANCH: master
Ran 23 Jun 2023 11:27AM UTC
Files 459
Run time 11s
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.1

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

Source Files on job 5355691566.1
  • Tree
  • List 0
  • Changed 372
  • Source Changed 0
  • Coverage Changed 372
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5355691566
  • 95cdf5a4 on github
  • Prev Job for on release/2.10 (#5348828613.1)
  • Next Job for on release/2.10 (#5355814770.1)
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