FIND SIZE OF MEMORY ALLOCATE???

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Vimol wrote:
> 
> How to find out the size of memory allocated to a pointer???
> 
> Example:
> 
> int
> MyFunc(char *str)
> {
>         int sizemem;
> 
>         // Here how to find out the size of str memory ??
> 
>         sizemem =  _____    /// One function to find out the size of str memory .
> }

If you want the size of the pointer try sizeof(). If you want the lenght
of the string use strlen().

-- 
Ivan Jager





[Index of Archives]     [Kernel Newbies]     [Red Hat General]     [Fedora]     [Red Hat Install]     [Linux Kernel Development]     [Yosemite News]

  Powered by Linux