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

◆ operator delete()

template<typename MonomType>
void BIBasis::Polynom< MonomType >::operator delete ( void * ptr)

Definition at line 219 of file polynom.hpp.

220 {
221 Allocator.Free(ptr);
222 }
static FastAllocator Allocator
Definition polynom.hpp:54

References Allocator, and Polynom().