Macaulay2 Engine
Loading...
Searching...
No Matches

◆ operator new()

template<typename MonomType>
void * BIBasis::Polynom< MonomType >::operator new ( std::size_t )

Definition at line 213 of file polynom.hpp.

214 {
215 return Allocator.Allocate();
216 }
static FastAllocator Allocator
Definition polynom.hpp:54

References Allocator, and Polynom().