x265_malloc       217 source/common/common.h #define X265_MALLOC(type, count)    (type*)x265_malloc(sizeof(type) * (count))
x265_malloc       222 source/common/common.h         var = (type*)x265_malloc(sizeof(type) * (count)); \
x265_malloc       231 source/common/common.h         var = (type*)x265_malloc(sizeof(type) * (count)); \
x265_malloc       436 source/common/common.h void*    x265_malloc(size_t size);
x265_malloc        95 source/common/param.cpp     return (x265_param*)x265_malloc(sizeof(x265_param));
x265_malloc       341 source/encoder/api.cpp     return (x265_picture*)x265_malloc(sizeof(x265_picture));
x265_malloc       626 source/encoder/encoder.cpp                 toneMap.payload = (uint8_t*)x265_malloc(sizeof(uint8_t) * toneMap.payloadSize);
x265_malloc       475 source/encoder/frameencoder.cpp                     m_top->m_prevTonemapPayload.payload = (uint8_t*)x265_malloc(sizeof(uint8_t) * payload->payloadSize);