MCPcopy
hub / github.com/questdb/questdb / resetCapacity

Method resetCapacity

core/src/main/java/io/questdb/std/ObjectPool.java:115–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 public void resetCapacity() {
116 this.list = new ObjList<>(initialSize);
117 this.size = initialSize;
118 fill();
119 pos = 0;
120 }
121
122 private void expand() {
123 fill();

Callers

nothing calls this directly

Calls 1

fillMethod · 0.95

Tested by

no test coverage detected