- c++ allocator currently only provided for pure host memory - add one for gpu memory as well? Note, that gpu memory is delivered "by the way" when a device id is given to the heap's allocate member function. - would require another allocator class with additional member: device_id