# CUDAPluggableAllocator

Source: https://www.tensorplay.cn/docs/generated/tensorplay.cuda.CUDAPluggableAllocator.html

# CUDAPluggableAllocator

class tensorplay.cuda.CUDAPluggableAllocator(so_file: [str](https://docs.python.org/3/library/stdtypes.html#str), alloc_fn_name: [str](https://docs.python.org/3/library/stdtypes.html#str) = 'my_alloc', free_fn_name: [str](https://docs.python.org/3/library/stdtypes.html#str) = 'my_free')[[source]](../_modules/tensorplay/cuda/memory.html#CUDAPluggableAllocator)

CUDA memory allocator plugin (not supported by this TensorPlay build).
