HomeSort by relevance Sort by last modified time
    Searched defs:SegmentPool (Results 1 - 2 of 2) sorted by null

  /external/okhttp/okio/src/main/java/okio/
SegmentPool.java 22 final class SegmentPool {
23 static final SegmentPool INSTANCE = new SegmentPool();
35 private SegmentPool() {
Segment.java 89 Segment before = SegmentPool.INSTANCE.take();
97 Segment after = SegmentPool.INSTANCE.take();
115 SegmentPool.INSTANCE.recycle(this);

Completed in 660 milliseconds