This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Description
To replace the more C-style alloc_memory
, calloc_memory
, emalloc_align
and ecalloc_align
with C++ class construction and allocation (using new
and delete
) we need to provide a new allocator that handles:
- default allocation (fallback to default allocators)
- aligned allocation
- allocation on the GPU