Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在一系列 AFNetworking 服务器请求期间关闭 WiFi 时,我会无缘无故地增加内存。我提供了仪器给出的内存配置文件。为什么这在不做任何事情的情况下会增加?我怎样才能摆脱这个?
终于我明白了原因。这是一个递归调用,如果网络不可用,它会重试。它解决了我的问题。但为什么它没有显示在“分配”或“泄漏”工具中?它仅在“僵尸”乐器中显示。