PtMultiText entries limit

Hi all,

I am using a PtMultiText widget in my application to display some type of continuous logs from my
application. Till now, it works fine. My doubt is:-
If I run the application continuously for say 1 week or 1 month, will the PtMultiText fail to display
my logs? I haven’t seen any argument like the entries limit or so. I understood from the QNX help
that internally it is keeping a linked list (Using the next and previous pointers in the PtMultiTextLine_t structure)
to manage these entries in PtMultiText.
So is there any possibility that PtMultiText fail/application crash due to continuous running and large amount of logs
in PtMultitext? like memory full, number exceeds entry limit etc

Thanks,
Lullaby