commit | abd70abb5e42c9431df94fe9d2c4a78a0d8d9af9 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@google.com> | Fri Feb 05 13:54:43 2016 -0800 |
committer | Andre Eisenbach <eisenbach@google.com> | Thu Feb 18 10:37:26 2016 -0800 |
tree | 5395f00ac27ab9ec5cc0d2d7b8dace61bcef6b5a | |
parent | 9df3192b94a186207976ecc579d390f3cfd547c6 [diff] |
Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() Removed the alternative buffer allocation osi_getbuf() / osi_freebuf() and use instead osi_malloc() / osi_free(). Correspondingly, replaced usage of osi_freebuf_and_reset() with osi_free_and_reset(). Bug: 24914560 Change-Id: I7a9599ba7fa900321f087da684428133eb0ddd6b