|
commore
1.0.6-SNAPSHOT
|
Inheritance diagram for StringAllocator:Public Member Functions | |
| StringAllocator () | |
| PRawString | allocate (size_t size) |
| void | release (PRawString p) |
| PRawString | reallocate (PRawString p, size_t new_size) |
| PRawString | reallocate_nocopy (PRawString p, size_t new_size) |
| void | assign (PRawString &dest, PRawString src) |
Public Member Functions inherited from commore::String::Allocator | |
| virtual | ~Allocator () |
|
inline |
|
inlinevirtual |
Implements commore::String::Allocator.
|
inlinevirtual |
Implements commore::String::Allocator.
|
inlinevirtual |
Implements commore::String::Allocator.
|
inline |
|
inlinevirtual |
Implements commore::String::Allocator.