Home
last modified time | relevance | path

Searched refs:totalMemUsed (Results 1 – 1 of 1) sorted by relevance

/civetweb-2.7.6/src/
Dcivetweb.c1296 volatile int64_t totalMemUsed; member
1323 int64_t mmem = mg_atomic_add(&mstat->totalMemUsed, (int64_t)size); in mg_malloc_ex()
1341 (unsigned long)mstat->totalMemUsed, in mg_malloc_ex()
1389 mg_atomic_add(&mstat->totalMemUsed, -(int64_t)size); in mg_free_ex()
1396 (unsigned long)mstat->totalMemUsed, in mg_free_ex()
1439 mg_atomic_add(&mstat->totalMemUsed, -(int64_t)oldsize); in mg_realloc_ex()
1445 (unsigned long)mstat->totalMemUsed, in mg_realloc_ex()
1455 mg_atomic_add(&mstat->totalMemUsed, (int64_t)newsize); in mg_realloc_ex()
1461 (unsigned long)mstat->totalMemUsed, in mg_realloc_ex()
19413 ms->totalMemUsed,