MCPcopy Create free account
hub / github.com/apache/madlib / rebind

Class rebind

src/utils/MallocAllocator.hpp:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 typedef const T& const_reference;
44 typedef T value_type;
45 template <class U> struct rebind { typedef MallocAllocator<U> other; };
46
47 MallocAllocator() throw () { }
48 MallocAllocator(const MallocAllocator &) throw () { }

Callers 15

ScalesStateMethod · 0.50
allocateMethod · 0.50
LMFIGDStateMethod · 0.50
allocateMethod · 0.50
GLMIGDStateMethod · 0.50
allocateMethod · 0.50
GLMCGStateMethod · 0.50
allocateMethod · 0.50
GLMNewtonStateMethod · 0.50
allocateMethod · 0.50
initializeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected