• Chris Sarbora's avatar
    Correctly handle Android not having malloc_usable_size below API17 · 5ead4c5e
    Chris Sarbora authored
    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
    5ead4c5e
small_vector.h 38.8 KB