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

◆ Free()

void BIBasis::FastAllocator::Free ( void * pointer)
inline

Definition at line 87 of file allocator.hpp.

88 {
89 *(static_cast<void***>(pointer)) = FreeBlock;
90 FreeBlock = static_cast<void**>(pointer);
91 }

References FreeBlock.