Searched refs:decAllocBytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c273 uInt decAllocBytes = 0; /* count of bytes allocated */ variable
275 /* To check for memory leaks, the decAllocBytes variable should be */
5917 decAllocBytes += n; /* account for storage */
5961 decAllocBytes -= n; /* account for storage */

Completed in 54 milliseconds