MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / alloc_node

Function alloc_node

extern/libcds/cds/container/cuckoo_set.h:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 //@cond
364 template <typename Q>
365 static node_type * alloc_node( Q const& v )
366 {
367 return cxx_node_allocator().New( v );
368 }
369 template <typename... Args>
370 static node_type * alloc_node( Args&&... args )
371 {

Callers 15

emplaceFunction · 0.70
pushMethod · 0.70
enqueueMethod · 0.70
enqueue_withMethod · 0.70
bucket_emplaceFunction · 0.70
enqueueMethod · 0.70
enqueue_withMethod · 0.70
enqueueMethod · 0.70
enqueue_withMethod · 0.70
enqueueMethod · 0.70
enqueue_withMethod · 0.70
enqueueMethod · 0.70

Calls 2

MoveNewMethod · 0.80
NewMethod · 0.45

Tested by

no test coverage detected