Remove vpx_realloc()
authorAlex Converse <aconverse@google.com>
Wed, 5 Oct 2016 17:51:30 +0000 (10:51 -0700)
committerAlex Converse <aconverse@google.com>
Wed, 5 Oct 2016 17:57:56 +0000 (10:57 -0700)
commit3063c376009d07ea9ebe6a9cdbf0d75bc5fa0c85
tree80656fb02e37069b1433eeb3dd642e0fc11d0616
parenta7456144ce0ab98e015548dd7cda4165ad2a800c
Remove vpx_realloc()

It only handles the realloc constraint (preserving low elements) by
serendipity, and we don't actually rely on that behavior anyway.
Meanwhile the calls may do extra copying that gets immediately clobbered
by the callers.

Change-Id: I8dfa89e4a81084b084889c27bd272fdf85184e8d
vp9/common/vp9_frame_buffers.c
vp9/vp9_dx_iface.c
vpx_mem/vpx_mem.c
vpx_mem/vpx_mem.h