Displaying 1 result from an estimated 1 matches for "aligned_pointer".
Did you mean:
unaligned_pointer
2007 Apr 15
2
Patch : Fix pointer cast warning
...amp; 31))) & 31;
+#else
+#endif
+ *aligned_address = (void *) (x + increment);
#else
x = malloc(bytes);
- *aligned_address = x;
+ *aligned_address = (void *) x;
#endif
- return x;
+ return (void *) x;
}
FLAC__bool FLAC__memory_alloc_aligned_int32_array(unsigned elements, FLAC__int32 **unaligned_pointer, FLAC__int32 **aligned_pointer)
--
+-----------------------------------------------------------+
Erik de Castro Lopo
+-----------------------------------------------------------+
"If trees could scream, would we be so cavalier about cutting them
down? We might, if they screamed all the tim...