typedef struct tag_INFO{ char* p;
         int mode;
         
}TAG_INFO,*LPTAG_INFO;
请问如何给这种结构分配内存?其中的p内存需求不定,我该怎样给LPTAG_INFO分配内存呀,谢谢