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

tarantool / tarantool / 5355682930 / 1
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: Godrik0/gh-12371-alert-transparent-huge-pages
DEFAULT BRANCH: master
Ran 23 Jun 2023 11:24AM UTC
Files 476
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:24AM UTC coverage: 85.782% (-0.01%) from 85.794%
5355682930.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)

62120 of 113997 branches covered (54.49%)

93100 of 108531 relevant lines covered (85.78%)

2868432.65 hits per line

Source Files on job 5355682930.1
  • Tree
  • List 0
  • Changed 401
  • Source Changed 0
  • Coverage Changed 401
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5355682930
  • 0802c68d on github
  • Prev Job for on release/2.11 (#5348828646.1)
  • Next Job for on release/2.11 (#5355813636.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