DEBUG_ALLOCS 91 libde265-1.0.3/libde265/encoder/encoder-types.cc if (DEBUG_ALLOCS) { allocTB++; printf("TB : %d\n",allocTB); } DEBUG_ALLOCS 108 libde265-1.0.3/libde265/encoder/encoder-types.cc if (DEBUG_ALLOCS) { allocTB--; printf("TB ~: %d\n",allocTB); } DEBUG_ALLOCS 318 libde265-1.0.3/libde265/encoder/encoder-types.cc if (DEBUG_ALLOCS) { allocCB++; printf("CB : %d\n",allocCB); } DEBUG_ALLOCS 332 libde265-1.0.3/libde265/encoder/encoder-types.cc if (DEBUG_ALLOCS) { allocCB--; printf("CB ~: %d\n",allocCB); }