# CrazyMemoryTest **Repository Path**: ShiKamy/crazy-memory-test ## Basic Information - **Project Name**: CrazyMemoryTest - **Description**: No description available - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-20 - **Last Updated**: 2021-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CrazyMemoryTest #### 介绍 内存查找的一些知识。 ``` Class cls = [ObjectC class]; void *obj = &cls; [(__bridge id)obj objectDo]; ```