free static method
Frees the allocated memory for an AlignedStruct instance
ptr
: The pointer to the AlignedStruct instance to free
Implementation
static void free(Pointer<AlignedStruct> ptr) {
calloc.free(ptr);
}
Frees the allocated memory for an AlignedStruct instance
ptr
: The pointer to the AlignedStruct instance to freestatic void free(Pointer<AlignedStruct> ptr) {
calloc.free(ptr);
}