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

/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3285 static int gnAlloc=0; /* Memory allocation counter */ variable
3297 gnAlloc++; /* Count allocation call */
3318 gnAlloc--; /* Decrement allocation count */
3319 if(gnAlloc==0) {
3323 if(gnAlloc<0) {
3324 printf(" ??????????? Too many memory free calls(%d) ?????????????\n",gnAlloc);
3729 gnAlloc = 0;

Completed in 81 milliseconds