mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Heap fix
git-svn-id: svn://ultimatepp.org/upp/trunk@9791 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
db60ee66d8
commit
21bdf5ff91
2 changed files with 4 additions and 4 deletions
|
|
@ -409,6 +409,8 @@ void MemoryFree48(void *ptr)
|
|||
heap->Free48(ptr);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void MemoryFreeThread()
|
||||
{
|
||||
if(!heap)
|
||||
|
|
@ -451,6 +453,4 @@ MemoryProfile *PeakMemoryProfile()
|
|||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -34,11 +34,11 @@ Stream& Stream::operator/(int& i) { dword w = 0; if(IsStoring()) w =
|
|||
|
||||
CoWork pipe max_queue
|
||||
|
||||
SerializeRaw - int64!
|
||||
|
||||
-----------------------
|
||||
DONE
|
||||
|
||||
SerializeRaw - int64!
|
||||
|
||||
StringBuffer 2GB limit
|
||||
|
||||
Remove NanoStrings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue