get_local_allocator
Creates a new base_allocator for use in a local buffer object
(1) |
-
Creates a new base_allocator for use in a local buffer object
Parameters:-
size_t
elementSize
: When the allocation is made, the allocation size -
AllocatorT
allocator
: User-supplied allocator instance to be wrapped
-