commit | b83205a538f420fd78220519540503616cf636cd | [log] [tgz] |
---|---|---|
author | smcgruer <smcgruer@google.com> | Mon Mar 16 14:45:00 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Mar 16 14:45:01 2015 -0700 |
tree | 1a650526823b328a6d9fdb593e58d9aa604fe249 | |
parent | 6f7f2012eed634695dc76aad720d3ee0820bd9d2 [diff] |
Fix build for UCLIBC platforms malloc_usable_size does not exist in UCLIBC, so fall back to just returning 0 for SkVarAlloc::heap_size(). BUG=skia: Review URL: https://codereview.chromium.org/1006073003