Allocates a fresh (unslotted) block of count elements and returns it.
count
The caller is responsible for freeing this pointer.
Pointer<T> Raw([int count = 1]) => allocatorFunc(count);