Searched refs:refcount_ (Results 1 – 2 of 2) sorted by relevance
44 ) : id(id1), w(w1), h(h1), maxw(maxw1), maxh(maxh1), x(x1), y(y1), refcount_(0) { in Bin()62 int32_t refcount() const { return refcount_; } in refcount()66 int32_t refcount_; member in mapbox::Bin394 if (++bin.refcount_ == 1) { // a new Bin.. record height in stats historgram.. in ref()399 return bin.refcount_; in ref()418 if (bin.refcount_ == 0) { in unref()422 if (--bin.refcount_ == 0) { in unref()428 return bin.refcount_; in unref()490 bin->refcount_ = 0; in allocFreebin()
13 there are a number of differences between some of the ``refcount_*()`` and36 each ``atomic_*()`` and ``refcount_*()`` operation is atomic and instructions