Searched refs:currentMalloc (Results 1 – 1 of 1) sorted by relevance
130 size_t currentMalloc; member146 mcPtr->currentMalloc += size; in FUZ_mallocDebug()147 if (mcPtr->currentMalloc > mcPtr->peakMalloc) in FUZ_mallocDebug()148 mcPtr->peakMalloc = mcPtr->currentMalloc; in FUZ_mallocDebug()158 mcPtr->currentMalloc -= malloc_size(address); /* OS-X specific */ in FUZ_freeDebug()