Correctly handle Android not having malloc_usable_size below API17
Summary: Android doesn't expose `malloc_usable_size` below API-level 17. Correctly reflect this in folly-config.h, and then ensure that all code paths that use `malloc_usable_size` are unreachable when compiling without it. Reviewed By: yfeldblum Differential Revision: D20721326 fbshipit-source-id: d60b3caa1910dc2bf8ed0844177f5cb93a9fd067
Showing
Please register or sign in to comment