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

carlosb / object_pool / 22
86%

Build:
DEFAULT BRANCH: master
Ran 13 Jan 2018 10:02PM UTC
Jobs 1
Files 5
Run time 0s
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

pending completion
22

push

travis-ci

Carlos Brito
See commit for details.

This commit addresses many bugs and changes how the pool is implemented.
We have separated the allocated memory into a stack of pointers, and a
stack of free objects which are constructed. So the difference is that
the stack of allocated space is just that, allocated space. No
constructed objects. It is until we make call like push() that we pop an
allocated space from the stack, that we construct an object and push it
into the free object stack. This enables us to resize(), reserve(),
copy, swap() the pool more easily and safer.

206 of 284 relevant lines covered (72.54%)

472.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22.1 13 Jan 2018 10:02PM UTC 0
72.54
Travis Job 22.1
Source Files on build 22
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #22
  • 2c63a9da on github
  • Prev Build on master (#21)
  • Next Build on master (#23)
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