Skip to content

Instantly share code, notes, and snippets.

@feldspath
Last active August 11, 2021 09:00
Show Gist options
  • Save feldspath/179c452b8a60a2404bf600d9de3e3847 to your computer and use it in GitHub Desktop.
Save feldspath/179c452b8a60a2404bf600d9de3e3847 to your computer and use it in GitHub Desktop.
int n = 50;
MemoryAllocator allocator(sizeof(float) * n);
const float* array = (float*)allocator.get_address();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment