SysAllocator
Synopsis
Declared in <folly/memory/Allocator.h>
template<typename T>
class SysAllocator;
Description
Resembles std::allocator, the default Allocator, but wraps std::malloc and std::free.
Type Aliases
Name |
Description |
The type of object allocated by this allocator. |
Member Functions
Name |
Description |
|
Constructors |
Allocates storage for |
|
Deallocates storage previously obtained from |
Friends
Name |
Description |
Compares two |
|
Compares two |
Created with MrDocs