Library: Foundation
Package: Streams
Header: Poco/BufferAllocator.h
The BufferAllocator used if no specific BufferAllocator has been specified.
Member Functions: allocate, deallocate
typedef ch char_type;
 
   
 static char_type * allocate(
    std::streamsize size
);
 
   
 static void deallocate(
    char_type * ptr,
    std::streamsize size
);