pool.hpp File Reference
Detailed Description
Fast memory management.
- Author:
- Sergey Polichnoy
- See also:
- Fast memory management.
Go to the source code of this file.
Namespaces
Classes
Enumerations
Functions
- void * mem_get (size_t buf_size)
- Allocate the memory block.
- void mem_put (void *buf, size_t buf_size)
- Release the memory block.
- void * mem_get_sized (size_t buf_size)
- Allocate the memory block.
- void mem_put_sized (void *buf)
- Release the memory block.
- template<typename T, typename U> bool operator== (const Allocator< T > &, const Allocator< U > &)
- Are two allocators equal?
- template<typename T, typename U> bool operator!= (const Allocator< T > &, const Allocator< U > &)
- Are two allocators non-equal?
Generated on Wed Jun 6 17:27:46 2007 for OMNI by
1.5.2