You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion from Paul, split from issue 43:
Perhaps for 1.4 we can look at providing facilities for users (library
implementers in particular) to perform address arithmetic? They might, for
instance, pass a (shared void *), the block size, the element size, and an
integral increment and return a (shared void *). A PTS subtraction routine
which takes blocksize and elemsize arguments would probably also be required.
Original issue reported on code.google.com by danbonachea on 5 Oct 2012 at 7:41