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

◆ operator delete()

void BIBasis::MonomLex::operator delete ( void * ptr)
inline

Definition at line 146 of file monomLex.hpp.

147 {
148 Allocator.Free(ptr);
149 }
static FastAllocator Allocator
Definition monomLex.hpp:65

References Allocator.