This method has no effect on the specified memory block.
Synopsis
Declared in <bdlma_bufferedsequentialallocator.h>
virtual
void
deallocate(void* address) override;
Description
This method has no effect on the memory block at the specified address as all memory allocated by this allocator is managed. The behavior is undefined unless address is 0, or was allocated by this allocator and has not already been deallocated. The effect of using address after this call is undefined.
Created with MrDocs