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

◆ operator new()

void * BIBasis::MonomDL::operator new ( std::size_t )
inline

Definition at line 139 of file monomDL.hpp.

140 {
141 return Allocator.Allocate();
142 }
static FastAllocator Allocator
Definition monomDL.hpp:62

References Allocator.