get_image_allocator
Creates a new base_allocator for use in an image object
(1) |
-
Creates a new base_allocator for use in an image object
Parameters:-
size_t
elemSizeMultiplier
: When the allocation is made, the allocation size -
AllocatorT
allocator
: User-supplied allocator instance to be wrapped
-