enhanced xma realloc()

This commit is contained in:
2010-08-01 01:45:47 +00:00
parent 4ef1730e71
commit 221db8488e
10 changed files with 2837 additions and 293 deletions

View File

@ -38,7 +38,7 @@ static qse_ulong_t g_memlimit = 0;
static qse_mmgr_t xma_mmgr =
{
qse_xma_alloc,
QSE_NULL,
qse_xma_realloc,
qse_xma_free,
QSE_NULL
};