No it returns the current size.

> De�: Sergio Carvalho <[EMAIL PROTECTED]>
> R�pondre �: [EMAIL PROTECTED]
> Date�: Tue, 04 Jan 2000 11:10:23 +0000
> ��: [EMAIL PROTECTED]
> Objet�: MemHandleSizeBehaviour
> 
> 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
> 
> 
> 

Reply via email to