• Nathan Bronson's avatar
    detail::MemoryIdler should use Malloc.h's mallctl decl · a04f2681
    Nathan Bronson authored
    Summary:
    Malloc.h now takes care to declare mallctl properly on platforms
    that aren't using weak symbols, so we should just rely on that for
    MemoryIdler.cpp.  This is one step toward fixing folly build on OS X.
    
    Test Plan: fbmake runtests
    
    Reviewed By: je@fb.com
    
    Subscribers: yiding, njormrod
    
    FB internal diff: D1596930
    
    Tasks: 4952724
    
    Blame Revision:
    a04f2681
MemoryIdler.cpp 5.33 KB