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

Write a new allocator for coreneuron #201

@ohm314

Description

@ohm314

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions