Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » Problem with UPP_HEAP and multithread
Re: Problem with UPP_HEAP and multithread [message #23308 is a reply to message #23307] Thu, 08 October 2009 11:47 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14256
Registered: November 2005
Ultimate Member
Tried with MSC9 and MSC71, no crash Sad

BTW, using beginthreadx has a problem with UPP_HEAP -> there is per-thread heap cache that needs to be freed at the and of thread, which is not possible to implement automagically with beginthreadx.

Use Thread class instead. (Or, if you insist, call MemoryFreeThread at the end of thread).
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: starting console app hidden
Next Topic: Splitting a string by a string?
Goto Forum:
  


Current Time: Fri May 02 13:56:05 CEST 2025

Total time taken to generate the page: 0.03024 seconds