Allocator
This is something that allocates memory.
At NVIDIA, I saw that there are both unbounded allocators and memory pool based allocators, where you allocate a fixed amount of memory.
Concepts
Also see allocator (C++).
This is something that allocates memory.
At NVIDIA, I saw that there are both unbounded allocators and memory pool based allocators, where you allocate a fixed amount of memory.
Also see allocator (C++).