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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c319 uInt decAllocBytes=0; /* count of bytes allocated */ variable
321 /* To check for memory leaks, the decAllocBytes variable must be */
8143 decAllocBytes+=n; /* account for storage */
8145 /* printf(" alloc ++ dAB: %ld (%ld)\n", (LI)decAllocBytes, (LI)n); */
8179 decAllocBytes-=n; /* account for storage */
8180 /* printf(" free -- dAB: %d (%d)\n", decAllocBytes, -n); */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c321 uInt decAllocBytes=0; /* count of bytes allocated */ variable
323 /* To check for memory leaks, the decAllocBytes variable must be */
8145 decAllocBytes+=n; /* account for storage */
8147 /* printf(" alloc ++ dAB: %ld (%ld)\n", (LI)decAllocBytes, (LI)n); */
8181 decAllocBytes-=n; /* account for storage */
8182 /* printf(" free -- dAB: %d (%d)\n", decAllocBytes, -n); */

Completed in 118 milliseconds