Hi all,
I am newbie about Symbian.
I am confusing about malloc/free or new/delete usage with symbian thread.
In the wiki article, User::Alloc() is not thread-safe in a shared heap thread creation mode. I understood this,
And my questions are:
1. Can i use shared heap memory address in *pthread* ?
2. Should i sync malloc/free or new/delete operation in that thread ?
Thx in advance.




