MCPcopy Create free account
hub / github.com/bytedance/bolt / vectorPool

Method vectorPool

bolt/core/QueryCtx.h:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 VectorPool* vectorPool() {
336 return vectorPool_.get();
337 }
338
339 /// Gets a possibly recycled vector of 'type and 'size'. Allocates from
340 /// 'pool_' if no pre-allocated vector.

Callers 5

TEST_FFunction · 0.80
evalSpecialFormMethod · 0.80
vectorPoolFunction · 0.80
ensureWritableFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64