Hi,
On the docs, MemHandleSize is stated as returning 'the requested size of
a chunk'. Does this mean that if I resize a chunk, MemHandleSize will
return the old size?
In pseudo-code:
h = MemHandleNew(10); // Alloc 10 byte chunk
MemHandleResize(hm 20); // Resize it to 20
// And now for the big
finale
MemHandleSize(h); // What is the return value for MemHandleSize? 10
or 20?
--
Sergio Carvalho
---------------
[EMAIL PROTECTED]
[EMAIL PROTECTED]
If at first you don't succeed, skydiving is not for you