• Anton Khirnov's avatar
    mem: uninline av_malloc(z)_array() · 04b0f0e3
    Anton Khirnov authored
    Inlining public functions hardcodes their implementation into the ABI,
    so it should be avoided unless there is a very good reason for it. No
    such reason exists in this case.
    04b0f0e3
mem.c 8.49 KB