Pointer<T> malloc<T>([int length = 1]) { final addr = jsDatabaseUniverse.malloc(length * _sizes[T]!); return addr; }