Tools.h++ Class Reference

Table Of Contents
Redefined from class RWVirtualPageHeap. It is never an error to call this function with
argument zero. Even though this is not a pure virtual function, it is the responsibility of
the specializing class to supply an appropriate definition for this function. All this
definition does is release any buffers associated with the handle h. Just as the actual page
allocation is done by the specializing class through virtual function allocate(), so must the
actual deallocation be done by overriding deallocate().
virtual void
dirty(RWHandle h);
Redefined from class RWVirtualPageHeap.
virtual void*
lock(RWHandle h);
Redefined from class RWVirtualPageHeap.
virtual void
unlock(RWHandle h);
Redefined from class RWVirtualPageHeap.