alloc static method
Allocates memory for a new PackedPoint struct.
Implementation
static Pointer<PackedPoint> alloc() {
return calloc<PackedPoint>();
}
Allocates memory for a new PackedPoint struct.
static Pointer<PackedPoint> alloc() {
return calloc<PackedPoint>();
}