Pointer<T> allocate<T extends NativeType>(int count) { return calloc.allocate<T>(count * sizeOf<Pointer>()); }