CHECKED_MALLOC_ZERO  368 source/common/cudata.h         CHECKED_MALLOC_ZERO(mvMemBlock, MV, numPartition * 4 * numInstances);
CHECKED_MALLOC_ZERO   62 source/common/frame.cpp     CHECKED_MALLOC_ZERO(m_rcData, RcStats, 1);
CHECKED_MALLOC_ZERO   69 source/common/frame.cpp         CHECKED_MALLOC_ZERO(m_addOnDepth, uint8_t *, numCTUsInFrame);
CHECKED_MALLOC_ZERO   70 source/common/frame.cpp         CHECKED_MALLOC_ZERO(m_addOnCtuInfo, uint8_t *, numCTUsInFrame);
CHECKED_MALLOC_ZERO   71 source/common/frame.cpp         CHECKED_MALLOC_ZERO(m_addOnPrevChange, int *, numCTUsInFrame);
CHECKED_MALLOC_ZERO   74 source/common/frame.cpp             CHECKED_MALLOC_ZERO(m_addOnDepth[i], uint8_t, uint32_t(param->num4x4Partitions));
CHECKED_MALLOC_ZERO   75 source/common/frame.cpp             CHECKED_MALLOC_ZERO(m_addOnCtuInfo[i], uint8_t, uint32_t(param->num4x4Partitions));
CHECKED_MALLOC_ZERO   76 source/common/frame.cpp             CHECKED_MALLOC_ZERO(m_addOnPrevChange[i], int, uint32_t(param->num4x4Partitions));
CHECKED_MALLOC_ZERO   48 source/common/framedata.cpp     CHECKED_MALLOC_ZERO(m_cuStat, RCStatCU, sps.numCUsInFrame);
CHECKED_MALLOC_ZERO   58 source/common/lowres.cpp         CHECKED_MALLOC_ZERO(qpAqOffset, double, cuCountFullRes);
CHECKED_MALLOC_ZERO   59 source/common/lowres.cpp         CHECKED_MALLOC_ZERO(qpAqMotionOffset, double, cuCountFullRes);
CHECKED_MALLOC_ZERO   60 source/common/lowres.cpp         CHECKED_MALLOC_ZERO(invQscaleFactor, int, cuCountFullRes);
CHECKED_MALLOC_ZERO   61 source/common/lowres.cpp         CHECKED_MALLOC_ZERO(qpCuTreeOffset, double, cuCountFullRes);
CHECKED_MALLOC_ZERO   62 source/common/lowres.cpp         CHECKED_MALLOC_ZERO(blockVariance, uint32_t, cuCountFullRes);
CHECKED_MALLOC_ZERO   64 source/common/lowres.cpp             CHECKED_MALLOC_ZERO(invQscaleFactor8x8, int, cuCount);
CHECKED_MALLOC_ZERO   69 source/common/lowres.cpp     CHECKED_MALLOC_ZERO(buffer[0], pixel, 4 * planesize);
CHECKED_MALLOC_ZERO 1228 source/encoder/encoder.cpp             CHECKED_MALLOC_ZERO(curFrame->m_prevCtuInfoChange, int, numCUsInFrame * maxNum8x8Partitions);
CHECKED_MALLOC_ZERO 1261 source/encoder/encoder.cpp                         CHECKED_MALLOC_ZERO(curFrame->m_prevCtuInfoChange, int, numCUsInFrame * maxNum8x8Partitions);
CHECKED_MALLOC_ZERO 2682 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(intraData, analysis_intra_data, 1);
CHECKED_MALLOC_ZERO 2693 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysis->wt, WeightParam, numPlanes * numDir);
CHECKED_MALLOC_ZERO 2698 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(interData, analysis_inter_data, 1);
CHECKED_MALLOC_ZERO 2721 source/encoder/encoder.cpp                 CHECKED_MALLOC_ZERO(intraData, analysis_intra_data, 1);
CHECKED_MALLOC_ZERO 2728 source/encoder/encoder.cpp             CHECKED_MALLOC_ZERO(interData->ref, int32_t, analysis->numCUsInFrame * X265_MAX_PRED_MODE_PER_CTU * numDir);
CHECKED_MALLOC_ZERO 2805 source/encoder/encoder.cpp     CHECKED_MALLOC_ZERO(analysisFrameData, analysis2PassFrameData, 1);
CHECKED_MALLOC_ZERO 2806 source/encoder/encoder.cpp     CHECKED_MALLOC_ZERO(analysisFrameData->depth, uint8_t, m_param->num4x4Partitions * numCUsInFrame);
CHECKED_MALLOC_ZERO 2807 source/encoder/encoder.cpp     CHECKED_MALLOC_ZERO(analysisFrameData->distortion, sse_t, m_param->num4x4Partitions * numCUsInFrame);
CHECKED_MALLOC_ZERO 2810 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->ctuDistortion, sse_t, numCUsInFrame);
CHECKED_MALLOC_ZERO 2811 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->scaledDistortion, double, numCUsInFrame);
CHECKED_MALLOC_ZERO 2812 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->offset, double, numCUsInFrame);
CHECKED_MALLOC_ZERO 2813 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->threshold, double, numCUsInFrame);
CHECKED_MALLOC_ZERO 2817 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->m_mv[0], MV, m_param->num4x4Partitions * numCUsInFrame);
CHECKED_MALLOC_ZERO 2818 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->m_mv[1], MV, m_param->num4x4Partitions * numCUsInFrame);
CHECKED_MALLOC_ZERO 2819 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->mvpIdx[0], int, m_param->num4x4Partitions * numCUsInFrame);
CHECKED_MALLOC_ZERO 2820 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->mvpIdx[1], int, m_param->num4x4Partitions * numCUsInFrame);
CHECKED_MALLOC_ZERO 2821 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->ref[0], int32_t, m_param->num4x4Partitions * numCUsInFrame);
CHECKED_MALLOC_ZERO 2822 source/encoder/encoder.cpp         CHECKED_MALLOC_ZERO(analysisFrameData->ref[1], int32_t, m_param->num4x4Partitions * numCUsInFrame);