HomeSort by: relevance | last modified time | path
    Searched defs:decAllocBytes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 300 uInt decAllocBytes=0; /* count of bytes allocated */
302 /* To check for memory leaks, the decAllocBytes variable must be */
8096 decAllocBytes+=n; /* account for storage */
8098 /* printf(" alloc ++ dAB: %ld (%ld)\n", (LI)decAllocBytes, (LI)n); */
8132 decAllocBytes-=n; /* account for storage */
8133 /* printf(" free -- dAB: %d (%d)\n", decAllocBytes, -n); */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 300 uInt decAllocBytes=0; /* count of bytes allocated */
302 /* To check for memory leaks, the decAllocBytes variable must be */
8096 decAllocBytes+=n; /* account for storage */
8098 /* printf(" alloc ++ dAB: %ld (%ld)\n", (LI)decAllocBytes, (LI)n); */
8132 decAllocBytes-=n; /* account for storage */
8133 /* printf(" free -- dAB: %d (%d)\n", decAllocBytes, -n); */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 300 uInt decAllocBytes=0; /* count of bytes allocated */
302 /* To check for memory leaks, the decAllocBytes variable must be */
8096 decAllocBytes+=n; /* account for storage */
8098 /* printf(" alloc ++ dAB: %ld (%ld)\n", (LI)decAllocBytes, (LI)n); */
8132 decAllocBytes-=n; /* account for storage */
8133 /* printf(" free -- dAB: %d (%d)\n", decAllocBytes, -n); */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 300 uInt decAllocBytes=0; /* count of bytes allocated */
302 /* To check for memory leaks, the decAllocBytes variable must be */
8096 decAllocBytes+=n; /* account for storage */
8098 /* printf(" alloc ++ dAB: %ld (%ld)\n", (LI)decAllocBytes, (LI)n); */
8132 decAllocBytes-=n; /* account for storage */
8133 /* printf(" free -- dAB: %d (%d)\n", decAllocBytes, -n); */

Completed in 32 milliseconds