]> granicus.if.org Git - libvpx/commit
vpx_realloc correction.
authorUrvang Joshi <urvang@google.com>
Tue, 26 Jul 2016 19:02:37 +0000 (12:02 -0700)
committerJames Zern <jzern@google.com>
Thu, 25 Aug 2016 02:22:52 +0000 (19:22 -0700)
commit28c6207bcdf63a35355d302a6e850bacaf204d75
treecb9c03e61831292d48e41225cfa7df083fe3ad52
parent69c5ba1910f314984fce725ecef4aa3607dba967
vpx_realloc correction.

vpx_realloc was allocating 1 byte more than needed every time.
Fixed this, and took this opportunity to do a small refactoring.

Change-Id: I38fcb62b698894acbbab43466c1decd12f906789
(cherry picked from aom: 2a876b4 aom_realloc correction.)
vpx_mem/vpx_mem.c