Hi All,


Request your suggestion on very basic memory management queries. Please
bear with me.



I observe that the current Webkit code uses both fastMalloc as well as
system malloc to make allocations. I have following queries regarding
the same:



1)       Is there some particular reason to continue using both
fastMalloc and system malloc? Will there be any problem if all malloc's
are made to call fastMalloc for allocation?

2)       Does fastMalloc, in its current form, provide enough memory
optimization to be used in an embedded platform, or, is it still
necessary to use custom memory allocation logic (like Nokia S60 does)?



Any help/suggestion on the above is highly appreciated.



Thanks and Regards

Arya


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to