prevented HeapMmgr::allocMem() and HeapMmgr::reallocMem() from thrown an exception

This commit is contained in:
2018-07-01 07:59:06 +00:00
parent 9ff9cb1d55
commit 1a102644ed
5 changed files with 17 additions and 21 deletions

View File

@ -109,7 +109,7 @@ public:
///
/// The dispose() function calls freeMem() for memory disposal.
///
void dispose (void* ptr)
void dispose (void* ptr) QSE_CPP_NOEXCEPT
{
this->freeMem (ptr);
}