T
Tom Timmermann
In the process of building a link list, I noticed that successive
calls to malloc() return a pointer address that keeps getting larger.
Can I always count on this behavior and so do pointer comparisons like
< or > ? Or is it possible for malloc to return a pointer address
smaller than some previous call ?
TomT
calls to malloc() return a pointer address that keeps getting larger.
Can I always count on this behavior and so do pointer comparisons like
< or > ? Or is it possible for malloc to return a pointer address
smaller than some previous call ?
TomT